Interactive command line interface aiming to enhance workflow when using the Git CLI by minimising typing.
You run the tool simply by calling it from the command line — no arguments, no bells and/or whistles. This will prompt you as to which action you would like to perform:
$ gitty
What would you like to do:
> status
staging
commit
checkout
remote
log
diff
exit
The rest shou
You can install gitty
from the crates.io registry with:
cargo install gitty