Skip to content

Instantly share code, notes, and snippets.

@oshanz
Last active January 4, 2016 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oshanz/8643389 to your computer and use it in GitHub Desktop.
Save oshanz/8643389 to your computer and use it in GitHub Desktop.
git
git instaweb --httpd=apache2
localhost:1234
git_stats generate
git_stats
gitstats
gitstats generate
gitstats generate -o stats
gitstats -o stats
gitstats -o
gitstats /var/www/george-steuart
gitstats /var/www/george-steuart /var/www/george-steuart
git log --shortstat --author "trisquel" --since "yesterday" --until "today" | grep "files changed" | awk '{files+=$1; inserted+=$4; deleted+=$6} END {print "files changed", files, "lines inserted:", inserted, "lines deleted:", deleted}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment