← ALL FIELD NOTES

February 10, 2026

tooling

Git Worktrees for Parallel Branch Work

gitworkflow

Instead of stashing or committing WIP to switch branches, use `git worktree add ../feature-branch feature-branch`. Each worktree gets its own working directory while sharing the same .git history. Clean up with `git worktree remove`.