Answers for "how to create branch in github using git bash"

25

how to create branch in github using git bash

$ git checkout -b [name_of_your_new_branch]
Posted by: Guest on January-07-2020
1

create a branch command

$ git push origin :[name_of_your_new_branch]
Posted by: Guest on April-28-2020

Code answers related to "how to create branch in github using git bash"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language