Skip to content

Instantly share code, notes, and snippets.

@ldaniel
Created February 25, 2012 02:37
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 ldaniel/1905417 to your computer and use it in GitHub Desktop.
Save ldaniel/1905417 to your computer and use it in GitHub Desktop.
Comando git para visualizar histórico
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