Lately when I run git pull
in my master branch it occasionally gives the following merge error:
Trying simple merge with 7ff9b5...
Trying simple merge with 6872cd...
Simple merge did not work, trying automatic merge.
Auto-merging file.txt
ERROR: content conflict in file.txt
fatal: merge program failed
Automated merge did not work.
Should not be doing an Octopus.
Merge with strategy octopus failed.
However after this merge attempt there are files that aren't even in the master branch.
I can fix this issue using git reset
and pulling again but I was wondering where this head or commits where coming from how can I find this? I tried looking in gitk
and checking the local GitLab servers but I couldn't find anything.