Created
April 30, 2014 02:10
-
-
Save bradmontgomery/02d39171ec9971f82e73 to your computer and use it in GitHub Desktop.
STAT!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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 |
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
Cool, that's interesting. Mine looks pretty similar: