Nina
0
Q:

create new remote branch

git checkout -b yourBranchName
git push -u origin yourBanchName
3
git checkout -b <new-branch-name>	#Create new branch locally
git push <remote-name> <new-branch-name> #Create new branch remotely
0

New to Communities?

Join the community