I made changes in my project, then did git reset --hard HEAD
, but I notice that some of the changes are still present. When I run git status
I get Your branch is behind '<my branch>' by 1 commit, and can be fast-forwarded.
Can anyone explain this message, and advise me on how to approach it so that I can undo all the changes that I made after my previous commit?