Created
May 24, 2012 17:52
-
-
Save benjamingwynn/2783081 to your computer and use it in GitHub Desktop.
A lovely little git extension
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
# Made by Benjamin Gwynn | |
# Copy to ~/bin and then do "chmod a+x ~/bin/quickpush" in terminal | |
echo Quickpushing... | |
git add . | |
git commit -a | |
git pull origin master | |
git push origin master | |
echo Quickpush complete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment