Conflict analyse tool for projects that has complicated release schemas.
- Looks what branches are conflicting
- Can determine where conflict happens
- Does cross-branch analysis
- Gives recommendations about conflict resolution
- Well, it can't resolve conflicts between you and your friends . Only git branches currently, sorry.
+ Can be used as cli utility
+ Can be used in Github Actions
+ Can be imported in other modules
+ Github repositories are supported
- Gitlab repositories are not supported yet
- Bitbucket repositories are not supported yet
- Sourceforge repositories are not supported yet
- Any other git platforms are not supported yet
- Make graph image output (still not stable thing, don't rely without think before)
- Make GUI for this module (I'll think about make something, but if you can do it, you are welcome to import and make a repo)
- Provide support for other git platforms (not in priority, however PR's are welcomed 😺)