Last active
June 6, 2018 16:43
-
-
Save moki9/c982c35e1012342db852223948ddf64a to your computer and use it in GitHub Desktop.
Push all changes from one remote to another
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
git push <target-remote> 'refs/remotes/<source-remote>/*:refs/heads/*' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment