Created
June 3, 2018 19:08
-
-
Save Niraj-Fonseka/faa33ea990b13c1987413700d37f19d7 to your computer and use it in GitHub Desktop.
Counting Number of lines in a Git Repo
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
#!/bin/bash | |
git ls-files | xargs wc -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment