The correct answer is:
D. git checkout -b BUGFIX RELEASE
Explanation: The command git checkout -b BUGFIX RELEASE creates a new branch called "BUGFIX" that branches off from the "RELEASE" branch. The "-b" option is used with "git checkout" to create a new branch.
The correct answer is D. git checkout -b BUGFIX RELEASE
This command creates a new branch named "BUGFIX" and checks it out, starting from the commit at the tip of the "RELEASE" branch. The developer can then make the necessary bugfix changes on this new branch and later merge it back into the "RELEASE" branch.
You are correct that from syntax perspective, it is irrelevant. But per naming convention, you should be able to easily identify what the branch is about.
upvoted 3 times
...
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
lente_kriebels
Highly Voted 1 year, 9 months agotartarus23
Most Recent 1 week, 1 day agotartarus23
1 month, 2 weeks ago__al__
1 year, 2 months agoeairl
1 year, 2 months ago