I host my files on bitbucket and normally commit changes every now and then.
Since my last commit, I have made some mistakes in my code the last commit?
(These mistakes have been saved in their respective local files and i haven't added it to the local git repo just yet using git add . )
I would like to revert back to my last commit with the working code. I am currently working on a branch off the master
What command should i use for this?