Hi guys I have a master branch that has a broken commit at the tip of the branch. The working version is the commit before that.
How can I make the remote repository have the commit before that (C2) as the commit at the tip and delete the broken commit (C3)?
I am using github if that helps too.
current: C1 - C2 - C3 (tip)
would like to delete C3 (the latest commit).
C1 - C2 (tip)
After I have deleted the latest commit I would like to clear my local git respository and pull the data from my git address again.
I am very confused.
Thanks for the help,
Joe.