phorsfall + bash   8

Git commits per contributor one-liner
git log | grep ^Author: | sed 's/ <.*//; s/^Author: //' | sort | uniq -c | sort -nr
git  bash 
april 2009 by phorsfall

Copy this bookmark:



description:


tags: