Is there a way to make Git mark a file as conflicted?

Posted by Christian Jonassen on Stack Overflow See other posts from Stack Overflow or by Christian Jonassen
Published on 2010-05-06T10:54:50Z Indexed on 2010/05/06 10:58 UTC
Read the original article Hit count: 279

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about git

Related posts about merge