Let's say I've staged a file, and then I'm working on that file and want to abandon those changes and pull the copy down from the stage again.
How do I do that?
I tried git reset HEAD but for some reason it unstages the file and keeps my changes in the working dir.