After some Pull cmd I have got 3 files that were 'changed'. When I checked these files I saw the changes were just in whitespace format. OK, I press 'Revert changes' (R):
All blinked then... I see these exact 3 files! Again! OK, I choose in the right window - 'ignore changes in whitespaces'. 'Changes' are gone from preview. Files stay 'changes'.
I tried to stage/revert or unstage/revert them. Tried to delete physically then bash: git checkout -- . They are still in change list!
I tried:
- git stash save --keep-index
- git stash drop
- git checkout -- .
They are ALIVE!!
How on Earth I could ELIMINATE these 'changes' in files?