0

add support for `git worktree add`

Mark Lemay 2 months ago updated by Thomas Singer 2 months ago 1

as described here https://stackoverflow.com/questions/6270193/how-can-i-have-multiple-working-directories-with-git/30185564#30185564 git can create separate directories off the same .git folder.


when trying to add one of those directories to smartgit,  you get the message:
---------------------------
Add or Create Repository
---------------------------
Should 'Revit' be initialized as a new Git repository?
---------------------------
The specified directory does not appear to be a valid Git repository.
---------------------------
[[&Initialize]] [Cancel]
---------------------------

likely because it does not recognize the .git FILE.

Missing Git feature

Did you already try Repository | Add Worktree in the Log or Working Tree window?