git-prole 0.1.1

A git-worktree(1) manager
Documentation

git-prole

Crates.io

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/
  + ...