MCQs>IT & Programming>Git>After starting to merge a feature branch into your master branch, you encounter a merge conflict and decide you do not want to perform the merge. How can you stop the merge and restore to the pre-merge state?
Git MCQs
After starting to merge a feature branch into your master branch, you encounter a merge conflict and decide you do not want to perform the merge. How can you stop the merge and restore to the pre-merge state?
Answer
Correct Answer: Use git merge --abort.
Explanation:
Note: This Question is unanswered, help us to find answer for this one