Tagged Questions

9
votes
1answer
4k views

git status shows modifications, git checkout — <file> 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 ...