Skip to content
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

kintsugi asking me to resolve conflict manually #77

Closed
Ochornma opened this issue Jul 27, 2022 · 2 comments
Closed

kintsugi asking me to resolve conflict manually #77

Ochornma opened this issue Jul 27, 2022 · 2 comments

Comments

@Ochornma
Copy link

I ran this command to help me resolve the conflict I'm having

kintsugi Bamboo.xcodeproj/project.pbxproj

This was the response i got

Trying to remove value '2', but the existing value is '6'. This is considered a conflict that should be resolved manually.

@byohay
Copy link
Collaborator

byohay commented Jul 31, 2022

Hey @Ochornma!
I believe that the error occurs because Kintsugi actually bumped into a real conflict that it can't resolve in its own.
From the message you received, I understand that in "ours" commit, the value was changed from 2 to 6, while in "theirs" commit the value 2 was supposed to be removed. Kintsugi doesn't know if you decide to keep the value 6 or remove it.

@byohay
Copy link
Collaborator

byohay commented Aug 4, 2022

I'm closing this. If you think we can make the message more informative, please let me know

@byohay byohay closed this as completed Aug 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants