Skip to content

Instantly share code, notes, and snippets.

@davidmerrick
Last active May 27, 2017 16:23
Show Gist options
  • Save davidmerrick/60fd789af0615a86dd454305ef24d8e8 to your computer and use it in GitHub Desktop.
Save davidmerrick/60fd789af0615a86dd454305ef24d8e8 to your computer and use it in GitHub Desktop.
Git alias to push to all remotes
[alias]
gpa = !git remote | xargs -L1 git push --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment