Skip to content

Instantly share code, notes, and snippets.

@benjamingwynn
Created May 24, 2012 17:52
Show Gist options
  • Save benjamingwynn/2783081 to your computer and use it in GitHub Desktop.
Save benjamingwynn/2783081 to your computer and use it in GitHub Desktop.
A lovely little git extension
# 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