1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 09:22:07 +02:00

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

This commit is contained in:
thescalaguy 2018-03-26 20:49:51 +05:30 committed by Owen Voke
parent c610a12f84
commit a3a9afb3b9

View file

@ -14,6 +14,10 @@
`git log --oneline` `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: - Show all commits, tags and branches for the entire repo in a graph format:
`git log --oneline --decorate --all --graph` `git log --oneline --decorate --all --graph`