Skip to content

Instantly share code, notes, and snippets.

@sansb
Last active May 3, 2016 23:57
Show Gist options
  • Save sansb/9706fd383b4d91dc74ca to your computer and use it in GitHub Desktop.
Save sansb/9706fd383b4d91dc74ca to your computer and use it in GitHub Desktop.
py loc
git log --author="sean" --numstat --since '6 months' --pretty=tformat: | grep '\.py$' | awk '{print $1}' | paste -sd+ - | bc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment