Closed jamie-wearsafe closed 3 years ago
Hi @jamie-wearsafe
While I really appreciate the effort you have put into this, unfortunately I can't merge it. The PR is too large and is changing too much at once. Furthermore, it changes things that one would not expect contributors of an open source project to change, such as the tool chain and CI. As a maintainer, those kind of changes are a no-no, unless you have explicit approval beforehand.
I will take a look at the feature conflict-handling part of this PR and consider if I want to include it separately. It's an interesting idea. 💡
This primarily adds the feature of adding command hooks for managing conflicts. As per the updated README.
Run commands before and after a rebase to handle rebase conflicts
NOTE: This example is using the ruby script for fixing conflicting version numbers in a pom file for maven projects found here