From 424c9661dbdf42af9751681e0ea0025f32f0d3c4 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Wed, 3 Sep 2025 16:10:58 +0200 Subject: [PATCH] delete --- justfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index ea31a5b..e274343 100644 --- a/justfile +++ b/justfile @@ -690,7 +690,8 @@ pr $number=`just _a_pr`: local remote="$(cut <<<"$upstream_branch" -d'/' -f1)" local branch="$(cut <<<"$upstream_branch" -d'/' -f2)" # TODO: gitignore ./checkout-upstream-branch.sh - printf "git checkout --autostash %q\n" "$(git rev-parse --abbrev-ref HEAD)" > checkout-upstream-branch.sh + printf "git checkout %q\n" "$(git rev-parse --abbrev-ref HEAD)" > checkout-upstream-branch.sh + chmod +x checkout-upstream-branch.sh (set -x; $GIT checkout -b pr-"$number"-rebased-"$remote"-"$branch-{{ epoch }}" ||: $GIT pull --rebase "$remote" "$branch" || $GIT rebase --abort @@ -788,7 +789,7 @@ checkout-commit-in-worktree $commit=`just _a_commit`: cd "$(just _new_worktree "$@")"; exec just _enter_interactive_shell @_a_wt_type: - gum choose feat fix init bump doc migrate backport drop tmp + gum choose feat fix init bump doc migrate backport drop tmp tmp-bump tmp-fix @_a_wt_name: gum input --placeholder="Branch name?"