Created
February 24, 2013 14:40
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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