Answers for "git add origin to a branch"

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

Browse Popular Code Answers by Language