Git Tower 12.5
Now you can create, check out, and manage Worktrees directly from within your favorite Git client! 🫡
[…]
The
git-worktree
feature was introduced in version 2.5.0 of Git. The main advantage is that it allows you to have multiple working trees attached to the same repository, enabling you to check out more than one branch simultaneously from a single repository.[…]
Another great use case is for long-running operations. You can perform time-consuming tasks, such as large builds or extensive tests, in one worktree while continuing to work in another.
Previously: