What is a quick way to remove conflict markers from source code?
I have just merged some changes, and now I have a lot of files in conflict.
I started to manually remove them. However, this would take too much of my time.
Is there a way git can automate this?
I just want to keep all HEAD's and discard all the rest.
<<<<<<< HEAD
.
.
.
.
=======
.
.
.
.
>>>>>>> ffa5c899d36e779c23cff8b33f48f2ab95ef08c8