How is a branch called "my-bug-fix" started to develop a fix needed in a product?

Posted by: Pdfprep Category: 200-901 Tags: , ,

How is a branch called "my-bug-fix" started to develop a fix needed in a product?
A . git branch -b my-bug-fix
B . git checkout -b my-bug-fix
C . git checkout my-bug-fix
D . git branch my-bug-fix

Answer: B

Leave a Reply

Your email address will not be published.