While merging some of the files failed to merge.
git status
shows both the successful and failed merges.
How to view only the unsuccessful merge files(conflict).
Currently i am using the following command to do this
find . -name '*.cpp' -o -name '*.h' | xargs grep -l '<<<<'