SyntaxFix
Write A Post
Hire A Developer
Questions
git checkout --[ours/theirs] . will do what you want, as long as you're at the root of all conflicts. ours/theirs only affects unmerged files so you shouldn't have to grep/find/etc conflicts specifically.
git checkout --[ours/theirs] .