SyntaxFix
Write A Post
Hire A Developer
Questions
The fastest way I have found is to resolve the conflict, then do git add -u, and then do git reset HEAD, that doesn't even involve a commit.
git add -u
git reset HEAD