Posted by: Pdfprep
Post Date: April 4, 2021
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