git-useful
git-useful copied to clipboard
Replace git log with git shortlog
git shortlogis about 4x faster thangit logand parsing withsortanduniq.- the numerical output is exactly the same, but
git shortlogprints a bit prettier. - you will want to use
--no-merges.