Answers for "push all branches in ones"

2

push all branches to remote

git push REMOTE '*:*'
git push REMOTE --all
Posted by: Guest on May-11-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language