Answers for "push a new branch created in remote branch"

7

push a new branch

git push -u origin <branch-name>
Posted by: Guest on May-24-2020
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 "push a new branch created in remote branch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language