Skip to content

Instantly share code, notes, and snippets.

@boutell
Created February 24, 2013 14:40
Show Gist options
  • Save boutell/5024073 to your computer and use it in GitHub Desktop.
Save boutell/5024073 to your computer and use it in GitHub Desktop.
gitc: the all-purpose "add and commit and merge and push and just DO ALL THE THINGS" git command
alias gitc='git add -A . && git commit && git pull && git push'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment