You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git remote set-url --add --push <remote name> <url>
if you add multiple repositories like this (to the same remote name), a single push, will push to all of them.
The text was updated successfully, but these errors were encountered:
OleksiyRudenko
changed the title
Script: Add push to multiple remotes script
Script: Add push to multiple remotes
Jun 3, 2020
git remote set-url --add --push <remote name> <url>
if you add multiple repositories like this (to the same remote name), a single push, will push to all of them.
The text was updated successfully, but these errors were encountered: