Title here
Summary here
git add <file>
git commit # completes the mergeGit pre-fills the merge commit message; you rarely need to change it.
git diff --stagedRead what you are about to record. In the editor, :Gitsigns diffthis or diffview shows the same thing with syntax highlighting.
git merge --abortPuts everything back exactly as it was before the merge started. The conflict is never a point of no return.