Is there a Git command at the command line that can check for existing conflicts in tracked files?
Essentially it would be search for those
<<<<<<<<<<<<<<<<<<<<
>>>>>>>>>>>>>>>>>>>>
character sequences...I usually do that manually :)
but surely there must be some tool that can search and report those?