Last active
May 27, 2017 16:23
-
-
Save davidmerrick/60fd789af0615a86dd454305ef24d8e8 to your computer and use it in GitHub Desktop.
Git alias to push to all remotes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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