The changes to files in two commits have disappeared after a pull merge, eg:
I understand that something must have gone wrong with the merge operation, but what?
The commits are still in the log, but the changes they contained are no longer in master. Doing a git log
:
How can I root cause this issue?
Unfortunately, I don't have access to the actual git
commands that have generated this scenario (I am a different user). And I know that I can cherry-pick these commits to fix the issue. What I am interested in is:
a) figuring out what happened
b) preventing this from happening again.
Thanks!