Page 1 of 1

A developer plans to create a new bugfix branch to fix a bug that was found on the release branch. Which command complet

Posted: Fri Jul 22, 2022 7:05 pm
by answerhappygod
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 -t RELEASE BUGFIX
B. git checkout -b RELEASE BUGFIX
C. git checkout -t BUGFIX RELEASE
D. git checkout -b BUGFIX RELEASE