cont : no need to try to delete the branch

This commit is contained in:
Georgi Gerganov
2026-04-29 14:34:28 +03:00
parent b340e80667
commit 22b48a947b
-1
View File
@@ -37,7 +37,6 @@ dir=$(basename $(pwd))
# sanitize branch name for directory name (replace / with -)
dir_suffix=$(echo "$BRANCH" | tr '/' '-')
git branch -D "$BRANCH" 2> /dev/null
git worktree add -b "$BRANCH" "../$dir-$dir_suffix" HEAD
og_path=$(pwd)