Answer the question
In order to leave comments, you need to log in
How to remove commits with the same name from the history? filter-branch or something else?
There are several such commits in the turnip history Merge remote-tracking branch 'origin/master . This is what happens when you commit without pulling. Reset will not work here, since the commits are deep in history. git rebase -i doesn't work either, as it doesn't show those commits at all. Is there a way to clear the history of this nuisance? Thanks
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question