Free Cisco 350-901 Actual Exam Questions - Question 3 Discussion
Question No. 3
A developer is working on an enhancement for an application feature and has made changes to a
branch called ‘devcor-432436127a-enhance4‘. When merging the branch to production, conflicts
occurred. Which Git command must the developer use to recreate the pre-merge state?
branch called ‘devcor-432436127a-enhance4‘. When merging the branch to production, conflicts
occurred. Which Git command must the developer use to recreate the pre-merge state?
Select one option, then reveal solution.
US
IF
Irfan F.
2026-02-16
It’s B because git merge --abort cancels the merge and resets everything to how it was before you started merging, so you don’t have to worry about the conflicts messing up your branch.
0
SE
Sarah E.
2026-01-17
B tbh, git merge -abort stops the merge and resets to before merging started.
0