Skip to content

Instantly share code, notes, and snippets.

@jabranr
Last active December 9, 2016 00:50
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 jabranr/e220d8ccc45adc4dcd03 to your computer and use it in GitHub Desktop.
Save jabranr/e220d8ccc45adc4dcd03 to your computer and use it in GitHub Desktop.
Git helpers commands
# Get own stats for the day
git diff --shortstat "@{0 day ago}"
# Get contributor stats
git shortlog -sn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment