You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using git-new-workdir and recently switched to using the newer form git worktree however found this stops the plugin working.
The reason appears to be that instead of a .git directory in the 'worktee directory' there is a .git file that contains a reference to the original directory. e.g. gitdir: /home/ubuntu/origdir.git/.git/worktrees/newdir.git.
The text was updated successfully, but these errors were encountered:
I was using
git-new-workdir
and recently switched to using the newer formgit worktree
however found this stops the plugin working.The reason appears to be that instead of a
.git
directory in the 'worktee directory' there is a.git
file that contains a reference to the original directory. e.g.gitdir: /home/ubuntu/origdir.git/.git/worktrees/newdir.git
.The text was updated successfully, but these errors were encountered: