List of questions
Related questions
Question 379 - 200-901 discussion
A developer is working on a new feature in a branch named 'newfeat123456789' and the current working primary branch is named 'prim987654321'. The developer requires a merge commit during a fast forward merge for record-keeping purposes. Which Git command must be used?
A.
git merge --no-ff newfeat123456789
B.
git commit --no-ff newfeat123456789
C.
git add --commit-ff newfeat123456789
D.
git reset --commit-ff newfeat123456789
Your answer:
0 comments
Sorted by
Leave a comment first