Posted by: Pdfprep
Post Date: May 12, 2021
A developer plans to create a new bugfix branch to fix a bug that was found on the release branch.
Which command completes the task?
A . git checkout -b RELEASE BUGFIX
B . git checkout -t BUGF1X RELEASE
C . git checkout -b BUG FIX RELEASE
D . git checkout -t RELEASE BUGFIX
Answer: C
Leave a Reply