I know that there are lots of similar questions on Stackoverflow but I am new to git and I am a bit stuck on this one.
I have started working on a Project and I made some unwanted commits which I pushed to origin master. Now, when I try to do a Pull Request Github wants to commit all of the previous commits.
My question is, how do I remove the unwanted commits and commit the changes that I want to commit so that I am updo date with the master fork?
Thanks a lot.