Skip to content

Instantly share code, notes, and snippets.

@kaichen
Created April 7, 2010 04:27
Show Gist options
  • Save kaichen/358522 to your computer and use it in GitHub Desktop.
Save kaichen/358522 to your computer and use it in GitHub Desktop.
#!/bin/sh
# count Kang's commits
git shortlog -s|egrep -i "(ysorigin|Kang)"|awk '{ SUM += $1} END { print SUM }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment