how do I go back to my last commit as I did a wrong merge but haven’t committed anything after the successful commit at the end of my last module (module 1)?
After finishing module 1 of QMoney I committed my files and got a successful build.
I pulled the files for module 2 and that showed merge conflicts.
Through some oversights, I ended up accepting the incoming changes without keeping my old functions.
Now I just want to go back to the point of the end of module 1 and start over with module 2, please help with what git commands or actions I need to take.
.