Answers for "push to multiple remotes git"

0

push to multiple remotes git

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>
Posted by: Guest on February-04-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language