Can you tell me how i can undo every change i have made since my last commit, delete anything newer and return to my last commit?
Neither git checkout df60bb or git reset HEAD --hard worked . At least one file (RoR migration file) which wasnt part of the last commit remains after these two commands
Thanks