This is probably a simple (but irritating) question. How do you remove all changes remove changes since last commit? I botched a patch, and I want to go back to how things were at my last commit.
I have tried:
git reset --hard master
and
git checkout master
but neither rid my folders of the files hat I have added / changed (they are still listed as untracked files.)