Skip to content

Instantly share code, notes, and snippets.

@bumi
Created October 29, 2008 22:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bumi/20856 to your computer and use it in GitHub Desktop.
Save bumi/20856 to your computer and use it in GitHub Desktop.
nice bash alias for git push origin master
# jan's gitpush alias: http://railslove.com/weblog/2008/10/28/git-push-it-origin-master/#comments
alias gitpush=\
'open http://www.youtube.com/watch?v=BCV5yGKWjv4; \
git push origin master'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment