Skip to content

Instantly share code, notes, and snippets.

@sh1nj1
Last active April 14, 2023 03:29
Show Gist options
  • Save sh1nj1/308714f3dd987c5ca476770b5ebced55 to your computer and use it in GitHub Desktop.
Save sh1nj1/308714f3dd987c5ca476770b5ebced55 to your computer and use it in GitHub Desktop.
git push all remote repositories
git remote add all REMOTE-URL-1
git remote set-url --add --push all REMOTE-URL-1
git remote set-url --add --push all REMOTE-URL-2
git push all BRANCH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment