SyntaxFix
Write A Post
Hire A Developer
Questions
Here is a way to remove non-interactively a specific <commit-id>, knowing only the <commit-id> you would like to remove:
<commit-id>
git rebase --onto <commit-id>^ <commit-id> HEAD