Answers for "create a new branch and publish gitub"

0

create a new branch and publish gitub

git checkout -b <branch>
git push -u origin <branch>
Posted by: Guest on August-26-2020

Code answers related to "create a new branch and publish gitub"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language