In GitHub's graphing metrics, what are 'additions'?
code-metrics, github
Solution
They are line of code added or modified. They are the lines marked with a `+` when you do a `git diff`
Problem
Are they lines of code added, or are they something else?