Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In GitHub what exactly is an addition?

Tags:

git

github

I've never quite understood exactly what an addition or deletion is in GitHub. Is it a new line added? If yes, are the number of additions you had on a project the number of lines you have written in that project?

like image 846
Alfred Wahlforss Avatar asked Oct 19 '25 01:10

Alfred Wahlforss


1 Answers

The number of additions (noted by + sign) represents how many lines you have created or edited .

like image 111
E.Omar Avatar answered Oct 22 '25 03:10

E.Omar