YAG is Yet Another Git CLI tool.
You can just use following command to install if you have already have cargo
in your environment.
bash
cargo install yag
If you have not installed rust tools already you can try to install cargo with following command.
bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
*above command is referenced from https://www.rust-lang.org/tools/install
```bash
yag pr list
yag pr get 3
yag pr new ```
Use yag help
to see more details.
under the MIT License