Answers for "git how to push a new branch into main"

9

push a new branch

git push -u origin <branch-name>
Posted by: Guest on May-24-2020
4

push branch to main github

$ git push <remote> <branch>
Posted by: Guest on September-11-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language