PdfPrep.com

Which command create the new feature in a separate branch called "feature" and check out the new version?

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

Exit mobile version