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
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
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