Worktree for parallel branches git
Check out a branch in a separate directory without switching
git worktree add ../hotfix-branch hotfix/urgent
more git
all 45 commands →
Check out a branch in a separate directory without switching
git worktree add ../hotfix-branch hotfix/urgent