Skip to content

Instantly share code, notes, and snippets.

@mandiwise
Last active May 5, 2024 21:37
Show Gist options
  • Save mandiwise/dc53cb9da00856d7cdbb to your computer and use it in GitHub Desktop.
Save mandiwise/dc53cb9da00856d7cdbb to your computer and use it in GitHub Desktop.
A command to calculate lines of code in all tracked files in a Git repo
// Reference: http://stackoverflow.com/questions/4822471/count-number-of-lines-in-a-git-repository
$ git ls-files | xargs wc -l
@ZariahDonovan
Copy link

ZariahDonovan commented Mar 7, 2024

I am so glad I found your post where I found my problem solution. Thank you so much, you made my day. I am also very happy because while searching for it online, I also discovered the https://lastminutewriting.com/ website link through which I can easily hire an essay writer. Now, I can easily submit my essay assignments under deadline.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment