Git: How to revert 2 files that are stubbornly stuck at “Changed but not committed”?
I spent hours trying to solve a similar issue – a remote branch that I had checked out, which stubbornly showed four files as ‘Changed but not updated’, even when deleting all files and running git checkout -f again (or other variations from this post)! These four files were necessary, but certainly hadn’t been modified … Read more