Skip to content

Instantly share code, notes, and snippets.

@emekaorji
Created December 12, 2023 14:30
Show Gist options
  • Save emekaorji/e0fc9ef705bbfa569cff6d00d049c966 to your computer and use it in GitHub Desktop.
Save emekaorji/e0fc9ef705bbfa569cff6d00d049c966 to your computer and use it in GitHub Desktop.
Push to multiple repos
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