0
Q:

create a branch command

//Create a New Branch
git checkout -b [name_of_your_new_branch]
//First Push
git push --set-upstream origin [name_of_your_new_branch]
23
$ git checkout -b [name_of_your_new_branch]
0
git checkout -b <branch_name>
3
# Create New Branch And Switch To It
$ git checkout -b myBranchName
7
$ git branch iss53
$ git checkout iss53
0
$ git remote add [name_of_your_remote] [name_of_your_new_branch]
2
$ git checkout -b <branch-name>
1
$ git branch [name of branch]
3

New to Communities?

Join the community