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 Correct Answer: A This question is in 200-901 exam For getting Cisco Certified DevNet Associate Certificate
Please login or Register to submit your answer