git-box clean and smudge filter enabling binary off-repo external storage.
cargo install git-box
cargo install git-box --git https://github.com/rustyhorde/git-box.git
cargo install git-box --path /path/to/git-box
Running the install will place the git-box
, git-box-clean
, and
git-box-smudge
binaries in your .cargo directory. Ensure that you add
~/.cargo/bin
path to your PATH environment variable. Run
which git-box
to ensure the executable can be found.