Shell functions to simplify git worktree management.
Add this to your shell rc file:
source /path/to/worktree.shWorktrees are stored in ~/.worktrees/ by default.
wt <branch>- Switch to an existing worktree or creates onewt_del <branch>...- Delete worktree(s) and branch(es)wt_done- Run this inside a worktree dir to switch back to main and cleanup the branch + worktreewt_switch <branch>- Switch to existing worktree