Gacp
Bash script for Git add/commit/push with a single command
Install / Use
/learn @drj-io/GacpREADME
gacp
Git add/commit/push
This is just a shell script that replaces
git add .
git commit -m "message"
git push
with a single command.
gacp "commit message"
Use with care, there are times when you want to be a bit more selective. Also leave good commit messages.
installation
You can copy gacp to /usr/local/bin on mac to make it a global command.
