Command-line utility for staging changes to Git (alternative to git-add's interactive mode). Written in Rust, using git2-rs to interact with Git, and ratatui for the terminal UI.
The Git staging area in gadd
gadd
gadd.exe
PATH
environment variable to include the folder where you saved gadd
echo 'export PATH=${HOME}/bin:${PATH}' >> ~/.zshrc
echo 'export PATH=${HOME}/bin:${PATH}' >> ~/.bashrc
gadd
in ${HOME}/bin
- replace it with your own path if you saved it somewhere elsegadd.exe
gadd
inside a Git repo in the terminal to manage your changes!