Skip to content

Instantly share code, notes, and snippets.

@7kfpun
Created January 21, 2015 05:41
Show Gist options
  • Save 7kfpun/147b4ec69073ccab72f4 to your computer and use it in GitHub Desktop.
Save 7kfpun/147b4ec69073ccab72f4 to your computer and use it in GitHub Desktop.
Git - Pushing code to multi remotes
git remote set-url --add --push origin git://one/repo.git
git remote set-url --add --push origin git://another_one/repo.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment