Add worktree {add,remove} <branch> command

Wrap `git worktree {add,remove} <path> <branch>` to streamline working
with multiple worktrees.
This commit is contained in:
2026-02-19 14:45:41 +00:00
parent eab312db23
commit 6aecc8837c
3 changed files with 119 additions and 0 deletions

3
zshrc
View File

@@ -50,6 +50,9 @@ source-plugin session
# Note taking commands
source-plugin notes
# git worktree helper
source-plugin worktree
# Remove duplicates from history
setopt histignoredups