+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

Related questions

+1 vote
asked Jul 25, 2019 in Git by Robindeniel
+1 vote
asked Jul 25, 2019 in Git by SakshiSharma
...