git-prole
A git-worktree(1)
manager.
Features
A normal Git checkout looks like this:
my-repo/
+ .git/
+ README.md
+ ...
A worktree checkout looks like this:
my-repo/
+ main/
+ .git/
+ README.md
+ ...
+ my-feature-branch/
+ ...
A git-worktree(1)
manager.
A normal Git checkout looks like this:
my-repo/
+ .git/
+ README.md
+ ...
A worktree checkout looks like this:
my-repo/
+ main/
+ .git/
+ README.md
+ ...
+ my-feature-branch/
+ ...