Answers for "git remote branch add"

0

push to a new remote branch

git push <remote-name> <local-branch-name>:<remote-branch-name>
Posted by: Guest on August-16-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language