Last active
December 27, 2025 13:49
-
Star
(393)
You must be signed in to star a gist -
Fork
(46)
You must be signed in to fork a gist
-
-
Save mandiwise/dc53cb9da00856d7cdbb to your computer and use it in GitHub Desktop.
Revisions
-
mandiwise revised this gist
Jan 6, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,3 @@ // Reference: http://stackoverflow.com/questions/4822471/count-number-of-lines-in-a-git-repository $ git ls-files | xargs wc -l -
mandiwise created this gist
Jan 6, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ // Reference: http://stackoverflow.com/questions/4822471/count-number-of-lines-in-a-git-repository # git ls-files | xargs wc -l