I have the following situation in my project:
I would like to get rid of the merge commit (c6ac755) and rebase master on b35dac5 instead. To this end, I would like to reset origin/master to b35dac5, rebase master on origin/master and then synchronize with GitHub. How can I reset origin/master without changing master and pushing it to origin?
