git-sprout 0.1.0

A drop-in git worktree add that materialises the tree with filesystem copy-on-write clones
Documentation
1
2
3
4
5
6
# git-sprout

A drop-in replacement for `git worktree add` that materialises the new worktree
with filesystem copy-on-write clones instead of copying the tree.

See <https://github.com/alltuner/git-sprout>.