From 22b48a947b6bcf01c339ad673292106ac5eee089 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Wed, 29 Apr 2026 14:34:28 +0300 Subject: [PATCH] cont : no need to try to delete the branch --- scripts/wc2wt.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/wc2wt.sh b/scripts/wc2wt.sh index ab76c841d4..157881b458 100755 --- a/scripts/wc2wt.sh +++ b/scripts/wc2wt.sh @@ -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)