This commit is contained in:
David Heinemeier Hansson
2026-03-08 13:25:46 +01:00
parent e58ac44a0d
commit 3306c428dd
+1 -1
View File
@@ -26,7 +26,7 @@ gd() {
root="${worktree%%--*}"
branch="${worktree#*--}"
# Protect against accidentially nuking a non-worktree directory
# Protect against accidentally nuking a non-worktree directory
if [[ "$root" != "$worktree" ]]; then
cd "../$root"
git worktree remove "$worktree" --force