Skip to content

Instantly share code, notes, and snippets.

@tomlane
Created September 14, 2012 23:32
Show Gist options
  • Save tomlane/3725600 to your computer and use it in GitHub Desktop.
Save tomlane/3725600 to your computer and use it in GitHub Desktop.
Play "push it" by salt n pepa when pushing with Git, BECAUSE WHO DOESN'T WANT THAT?!
#Linux GNOME
alias git-push="gnome-open 'http://www.youtube.com/watch?v=YleXlgHI1oM' && git push"
#OS X
alias git-push="open 'http://www.youtube.com/watch?v=YleXlgHI1oM' && git push"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment