0 votes
in Git by
What does the command git checkout -b branchname do?

a)  Creates a new branch and switches to this new branch

b)  Switches from the current branch to the new branch

c)  Deletes the new branch

d)  Commits the new branch

1 Answer

0 votes
by

a)  "git checkout -b branchname" Creates a new branch and switches to this new branch

Related questions

0 votes
asked Jun 8, 2020 in Git by DavidAnderson
0 votes
asked Dec 17, 2020 in SVN by SakshiSharma
...