Skip to content

Instantly share code, notes, and snippets.

@evb-gh
Last active February 1, 2019 02:02
Show Gist options
  • Save evb-gh/37503a296388617e1a62a78ca8e314a3 to your computer and use it in GitHub Desktop.
Save evb-gh/37503a296388617e1a62a78ca8e314a3 to your computer and use it in GitHub Desktop.
add multiple pushurls for a given remote
# add multiple pushurls for a given remote
git remote set-url origin --push --add <a remote>
git remote set-url origin --push --add <another remote>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment