Posted by: Pdfprep
Post Date: July 10, 2021
An engineer stored source code in a Git repository and is ready to develop a new feature. The production release is stored in the "master" branch.
Which command create the new feature in a separate branch called "feature" and check out the new version?
A . Option A
B . Option B
C . Option C
D . Option D
Answer: C
Explanation:
Reference: https://www.atlassian.com/git/tutorials/comparing-workflows/feature-branch-workflow
Leave a Reply