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
...
...
This section is not available anymore. Please use the main Exam Page.350-901 Exam Questions
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 2 years, 3 months agotartarus23
Most Recent 6 months agotartarus23
7 months, 1 week ago__al__
1 year, 8 months agoeairl
1 year, 8 months ago