Skip to content

Instantly share code, notes, and snippets.

@GideonPARANOID
Created January 25, 2015 22:31
Show Gist options
  • Save GideonPARANOID/a1f5d3442aad1b9659ba to your computer and use it in GitHub Desktop.
Save GideonPARANOID/a1f5d3442aad1b9659ba to your computer and use it in GitHub Desktop.
A useful alias for pushing to multiple remotes at the same time
[alias]
pha = "!f(){ for i in `git remote`; do git push $i; done; };f"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment