Worktree — multiple branches git
Check out a branch in a parallel directory without stashing
git worktree add ../feature-branch feature/my-feature
more git
all 45 commands →
Check out a branch in a parallel directory without stashing
git worktree add ../feature-branch feature/my-feature