Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 379 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 379 Bytes

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.