Git Merge: What do the pluses mean?

I ran "git merge" from Terminal on Mac OS X to merge a branch into my master and receive output that looks like:

 spec/models/user_spec.rb    57 ++++++++++++++++++++

What does the "57 ++++++++++++++++++++" mean? Is that how many times I inserted/modified that file? What are all the plusses for?

13
задан Kyle Heironimus 21 May 2015 в 02:08
поделиться