Question

Well, situation is that I need to know how LoC (lines of code) I have written so far. It's easy because GitHub.com has 'Stats & Graphs' - 'Impact' section where it's all clearly visible.

The problem is that I need to add, lets say, jQuery. I'm not author of jQuery, as you may notice. (:

It would be unfair to myself if I git add jQuery as my own code, isn't it? So I'm looking for a way to get needed files to GitHub.com (as usual), only without getting LoCs++ about them.

Is it possible? Thanks in an advice!

Was it helpful?

Solution

Temporarily change your username in Git before you commit, and the commit will be listed with a different name. GitHub will count those LoC separately.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top