-
Suggestion
-
Resolution: Unresolved
-
None
-
None
Git 2.5 come with a new command worktree:
https://git-scm.com/docs/git-worktree
You can use it to manage multiple working trees attached to the same repository.
It is very useful when working on large project with multiple working branches.
Hope GitUp can support this wonderful new feature.
There are some discussion on other git client libraries introducing worktree support:
- relates to
-
SRCTREEWIN-3646 Update to Git 2.5
- Closed
- was cloned as
-
SRCTREEWIN-8594 Add git 2.5 `worktree` command support [This issue should be moved to SourceTree for Windows]
- Gathering Interest
The whole point of worktrees is being able to have visibility of multple commit-ish structures simultaneously. A restriction of only allowing one worktree or normal clone really should be considered a defect.