Skip to content

Instantly share code, notes, and snippets.

@vquaiato
Created January 26, 2012 03:07
Show Gist options
  • Select an option

  • Save vquaiato/1680710 to your computer and use it in GitHub Desktop.

Select an option

Save vquaiato/1680710 to your computer and use it in GitHub Desktop.
git commands shell history
history|grep git|awk '{print $2 " " $3}'|sort|uniq -c|sort -nr|head
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment