Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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>
Source by jigarius.com #
 
PREVIOUS NEXT
Tagged: #push #multiple #remotes #git
ADD COMMENT
Topic
Name
5+3 =