Open
Description
git-worktree allows one to have multiple worktrees for the same repo. It works by creating a .git
file instead of directory, which points back to the parent checkout. It would be great if these tools worked in a worktree (currently they have deep assumptions baked in about files living under .git/
).