Ask HN: How often do you have merge conflicts?
https://news.ycombinator.com/item?id=4495667I'm thinking about a tool to detect merge conflicts as soon as possible (realtime ?).
Before that, I would like to know if you have often merge conflicts. If yes, these merge conflicts often become a "merge hell" ?
Would you potentialy be interested by this tool ?
EDIT: I'm talking about a merge conflict in the source code of a project. Often detected with SCMs like git, hg, svn, etc.