git-worktree
Verified for current stable LTS
Git Worktree Commands
Git Worktree command syntax with verified terminal examples.
Commands
7 commands for Git Worktree
git-worktree Operations
Git Worktree Command: Add New Worktree For Branch
git worktree add <branch> git-worktree Operations
Git Worktree Command: Add New Worktree With Branch
git worktree add <path/to/directory> <branch> git-worktree Operations
Git Worktree Command: Add New Worktree With New Branch
git worktree add <path/to/directory> -b <new_branch> git-worktree Operations
Git Worktree Command: List Working Trees
git worktree list git-worktree Operations
Git Worktree Command: Move Existing Worktree
git worktree move <path/to/worktree> <new/path> git-worktree Operations
Git Worktree Command: Prune Worktree Metadata
git worktree prune git-worktree Operations
Git Worktree Command: Remove Worktree Directory
git worktree remove <path/to/worktree> Suggest a Git Worktree Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Git Worktree workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.