Explorar o código

git-log: add --stat example (#2045)

thescalaguy %!s(int64=7) %!d(string=hai) anos
pai
achega
a3a9afb3b9
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      pages/common/git-log.md

+ 4 - 0
pages/common/git-log.md

@@ -14,6 +14,10 @@
 
 `git log --oneline`
 
+- Show an overview of which file(s) changed in each commit:
+
+`git log --stat`
+
 - Show all commits, tags and branches for the entire repo in a graph format:
 
 `git log --oneline --decorate --all --graph`