Skip to content

Instantly share code, notes, and snippets.

@michaelminter
Created August 31, 2013 20:11
Show Gist options
  • Select an option

  • Save michaelminter/6400325 to your computer and use it in GitHub Desktop.

Select an option

Save michaelminter/6400325 to your computer and use it in GitHub Desktop.
Add multiple remote repos to your git config
git remote add all [email protected]:repo.git
git remote set-url --add all [email protected]:repo.git
# now just, $ git push all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment