Skip to content
/ gacp Public

Bash script for Git add/commit/push with a single command

Notifications You must be signed in to change notification settings

drj-io/gacp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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.

About

Bash script for Git add/commit/push with a single command

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages