Revert the 5th last commit

git revert

  • Create new commits which reverse the effect of earlier ones.
    More information: <https://git-scm.com/docs/git-revert>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

git revert HEAD~{{4}}

click the source code to copy install git revert on any operating system with command-not-found.com