Skip to content

Instantly share code, notes, and snippets.

@MandarGogate
Created March 28, 2017 22:46
Show Gist options
  • Save MandarGogate/88939031be732b8a3a78c650e55894fe to your computer and use it in GitHub Desktop.
Save MandarGogate/88939031be732b8a3a78c650e55894fe to your computer and use it in GitHub Desktop.
Multiple Git Remote
git remote set-url --add origin url1
git remote set-url --add origin url2
git remote set-url --add origin url3
git remote set-url --add origin url4
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment