Skip to content

Instantly share code, notes, and snippets.

@bradmontgomery
Created April 30, 2014 02:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bradmontgomery/02d39171ec9971f82e73 to your computer and use it in GitHub Desktop.
Save bradmontgomery/02d39171ec9971f82e73 to your computer and use it in GitHub Desktop.
STAT!
$ history | grep git | awk '{print $3}' | sort | uniq -c | sort -rn | head
127 st
53 dif
46 add
33 co
23 commit
16 push
12 pull
12 merge
10 br
9 stash
@joshwlewis
Copy link

Cool, that's interesting. Mine looks pretty similar:

5173 s
1412 add
1317 diff
1084 push
 935 ci
 351 co
 287 l
 199 pr 
 94 clone
 21 remote
 18 rebase
 11 reset
 9 init
 5 tag

@ljharb
Copy link

ljharb commented Apr 30, 2014

I rebase a lot.

5045 checkout
2353 commit
2169 rebase
2092 branch
1939 cb # (alias for `checkout -b`)
1829 push
 939 fetch
 696 diff
 575 cherry-pick
 525 tag

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment