Cargo

Crate available on Crates.io

Requirements

git-gamble doesn't repackage git, it uses the one installed on your system

You have to install git manually

Make sure it is available in your $PATH, you can check it with this command

git --help

Install

Install Cargo

cargo install git-gamble

Add ~/.cargo/bin to your $PATH

Fish:

set --export --append PATH ~/.cargo/bin

Bash / ZSH:

export PATH=$PATH:~/.cargo/bin

Update

cargo update --package git-gamble

Uninstall

cargo uninstall git-gamble