Skip to content

Instantly share code, notes, and snippets.

@obfusk
Created July 14, 2013 15:00
Show Gist options
  • Select an option

  • Save obfusk/5994539 to your computer and use it in GitHub Desktop.

Select an option

Save obfusk/5994539 to your computer and use it in GitHub Desktop.
git remote with multiple push urls
git remote add all URL1
git remote set-url all --add --push URL1
git remote set-url all --add --push URL2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment