Skip to content

Commit

Permalink
git-log: add --stat example (#2045)
Browse files Browse the repository at this point in the history
  • Loading branch information
thescalaguy authored and owenvoke committed Mar 26, 2018
1 parent c610a12 commit a3a9afb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/common/git-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit a3a9afb

Please sign in to comment.