Repo Maintenance Cheat Sheet
Miscellaneous
Counting lines of code
To count everything in a directory run cloc .. Or to only count things tracked in your git repo, run cloc --vcs=git ..
To count everything in a directory run cloc .. Or to only count things tracked in your git repo, run cloc --vcs=git ..