Is there a way to make Git mark a file as conflicted?
- by Christian Jonassen
It's possible to commit files that contains conflict data. Is there a way to mark these files as conflicted again, so that running git mergetool will generate the necessary files and run the merge tool?