+1 vote
in Git by

What is the GIT command to create a branch?

1) git create branchname

2) git c -branchname

3) git branch branchname

4) git branchname create

1 Answer

0 votes
by
git branch branchname
...