After merging dev branch into my feature branch, I want to show the difference in IntelliJ Idea, I see some files changed (which might not have been changed) with the ones which I have really changed!
Then I double click on that file and see this message in the above of the window open:
"Contents are identical".
So it has become really a problem, because I want to revert this particular change, but it doesn't let me to revert.
Yet have not committed or pushed anythig. git status
command also shows that change.
I do git reset --hard
and it goes in the previous state, as if nothing has happened, again doing git merge dev
from my feature branch, and again the same...