ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 362 - 350-901 discussion

Report
Export

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?

A.

git merge -no-edit

Answers
A.

git merge -no-edit

B.

git merge -abort

Answers
B.

git merge -abort

C.

git merge -revert

Answers
C.

git merge -revert

D.

git merge —comrmt

Answers
D.

git merge —comrmt

Suggested answer: B

Explanation:

This command will recreate the pre-merge state, reverting any changes made to the branch before the merge.

asked 10/10/2024
MICHELE CRISTINA DOS FELIX
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first