Last Updated: February 25, 2016
·
808
· matiaskorhonen

Count the number of reverted commits in Git

git log --grep 'This reverts commit' --pretty=oneline | wc -l