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
.
—
Reply to this email directly or view it on GitHub.