I need to return to the last commit state. I've done a Git Reset Hard, but when I make new changes to the code and try to commit, I see that all the files tahs I don't wan't to have in the repo are there.
How can I make a Reset that also delete the not commited files?
Best Regards,