Git Worktree
- related
- Git
Git worktree enables you to work with multiple branches at the same time.
git worktree add {name} {branch}
Real Example
git worktree add worktree1 feature/AB
Git worktree enables you to work with multiple branches at the same time.
git worktree add {name} {branch}
git worktree add worktree1 feature/AB