-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create actual merge conflicts on template sync #175
Comments
It doesn't seem easy. Cruft already merges the files and I don't think it's possible to trick git into believing there are conflicts. When simply regenerating the template onto a new |
@flying-sheep fyi |
I just tried the following and it kind of works:
We could keep around the |
Currently, if there are merge conflicts,
cruft
either creates.rej
files or some inline merge markers (>>>>>>>
).Both are hard to overlook, in particular if pre-commit CI is not activated in one of the repos.
It would be better if the conflicts showed up as actual conflicts in GitHub, such that they can be resolved directly in the web interface.
The text was updated successfully, but these errors were encountered: