GIT summary of changes since initialising repository
Posted
by Petah
on Stack Overflow
See other posts from Stack Overflow
or by Petah
Published on 2010-04-09T01:57:06Z
Indexed on
2010/04/09
2:03 UTC
Read the original article
Hit count: 296
git
Just out of curiosity I want to see the total amounts of insertions, deletions and other modifications on my GIT repository since it was first created.
Similar to git log --stat
but for all commits.
Anyone know how to do this?
© Stack Overflow or respective owner