Created
March 20, 2013 17:10
-
-
Save MattDietz/5206455 to your computer and use it in GitHub Desktop.
Git sloc alias
This file contains 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
sloc = "!f() { git ls-files | xargs -i git blame \\{\\} | egrep -o \"\\(.* \" | cut -f1-2 -d\" \" | sort | uniq -c; }; f" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment