from The Git Commands I Run Before Reading Any Code by Ally Piechowski
git log --format='%ad' --date=format:'%Y-%m' | sort | uniq -cfrom The Git Commands I Run Before Reading Any Code by Ally Piechowski
git log --format='%ad' --date=format:'%Y-%m' | sort | uniq -c