Update default/bash/fns/worktrees

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
David Heinemeier Hansson
2026-03-07 22:32:37 +01:00
committed by GitHub
co-authored by Copilot
parent fd03d57110
commit 71be883338
+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