Replies: 3 comments 11 replies
-
As a workaround I was rebasing that fixed change ID back into the correct place, but man that was really poor UX. (at least deferring of conflict resolution did save me from the worst) |
Beta Was this translation helpful? Give feedback.
-
The docs assume that in most cases the divergent changes are dups, and so you are best off to abandon them: Using If you are looking for better UX, I have implemented a |
Beta Was this translation helpful? Give feedback.
-
How did you end up with the same change ID on two commits? Were/are both commits "public" so you don't want to rewrite either of them? Otherwise you can use If you do need to keep both commit IDs unchanged because they're public, then we don't have a way of doing that yet, so you would have basically have to reclone your repo. You could probably do |
Beta Was this translation helpful? Give feedback.
-
The docs say to abandon either of the git hashes. But when I do that, the disambiguated change additionally gets ripped out of the line of change IDs. I wanted to preserve that line and only fix the change ID.
What am I missing? Is this a bug in code, this docs, or did I misunderstand?
Beta Was this translation helpful? Give feedback.
All reactions