I've modified a file, then I want to get latest version from remote.
So I run git checkout to revert the file, and run git pull to get latest version.
After that, I found that I need the modification of the file.
Is it possible to get it back? Thanks!