posted 9 years ago
When you merge in a branch that produces conflicts, Git enumerates the conflicted files.
You can also see this list by typing git status:
Finally, on the command line, you can display the file to see the merge conflict markers.
Git does have a mergetool command that pops open an editor. Also, third-party GUIs make merging conflicts easier.
Good luck!
Rick (rickumali.com) Umali