PdfPrep.com

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

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

Exit mobile version