Skip to content

Instantly share code, notes, and snippets.

@abatilo
Created March 16, 2017 00:47
Show Gist options
  • Save abatilo/ca9870ffc6c3825aecf1dd5ec7500719 to your computer and use it in GitHub Desktop.
Save abatilo/ca9870ffc6c3825aecf1dd5ec7500719 to your computer and use it in GitHub Desktop.
Add to .bashrc to make committing all files and pushing easy
gac() { git add -A && git commit -m "$*" && git push; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment