This is not a major problem, just something I want to know whether or not is possible.
Let\'s say we have two commits, abcd123 and wxyz789,
abcd123
wxyz789
You can do:
git revert abcd123 git revert --no-commit wxyz789 git commit --amend
... and then write an appropriate commit message describing the combined effect of reverting both commits.