Monday 15 July 2013

git - How can I get the overall stat change from many commits? -



git - How can I get the overall stat change from many commits? -

i'd git log --grep list of commits , find out overall diff --stat alter is. want combined stat, if commits 1 commit. best way this?

git log --stat --stat alternative prints below each commit entry list of modified files, how many files changed, , how many lines in files added , removed. puts summary of info @ end. useful alternative --pretty. alternative changes log output formats other default.

git

No comments:

Post a Comment