Worktree
Add Worktree
Create named worktrees with new branches.
gmc wt add creates one or more sibling worktrees.
Usage
gmc wt add feature-login
gmc wt add feat-a feat-b feat-cBase branch
gmc wt add hotfix-bug123 -b releaseSync first
gmc wt add feature-login --syncPR shortcut
gmc wt add --pr 1065Notes
Use clear names. The worktree name normally becomes the branch name.