Skip to content

Instantly share code, notes, and snippets.

@vquaiato
Created February 3, 2012 03:27
Show Gist options
  • Save vquaiato/1727442 to your computer and use it in GitHub Desktop.
Save vquaiato/1727442 to your computer and use it in GitHub Desktop.
git pull && git push alias
[alias]
pp = !sh -c 'git pull && git push'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment