git status shows modifications, git checkout — doesn’t remove them

I would like to remove all changes to my working copy. Running git status shows files modified. Nothing I do seems to remove these modifications. E.g.: rbellamy@PROMETHEUS /d/Development/rhino-etl (master) $ git status # On branch master # Changed but not updated: # (use “git add <file>…” to update what will be committed) # (use “git … Read more