Answers for "create origin branch as local git and push"

2

create new branch from origin

git checkout -b nameOfBranch origin/nameOfBranch
Posted by: Guest on March-25-2021
12

git new branch push to remote

git push -u origin <branch>
Posted by: Guest on November-02-2020

Code answers related to "create origin branch as local git and push"

Browse Popular Code Answers by Language