Created
February 17, 2014 16:19
-
-
Save anonymous/9053693 to your computer and use it in GitHub Desktop.
Which git commands do you use most?
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 -w /dev/stdout | grep -o "^git [a-Z]*\( -\{1,2\}\([a-Z]\)*\)*" | sort | uniq -c | sort -rg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like my aliases are paying off: