# Gitty
[](https://crates.io/crates/gitty)

Interactive command line interface for enhanced workflow when using the Git CLI.
## How To Use
You run `gitty` simply by calling `gitty` 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
```
## Install
You can install `gitty` from `crates.io` using
```
cargo install gitty
```