mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 13:33:43 +02:00
git-log: show branch graph (#2587)
This commit is contained in:
parent
66bef8afb3
commit
92ce13cba4
1 changed files with 5 additions and 1 deletions
|
@ -18,7 +18,11 @@
|
|||
|
||||
`git log --stat`
|
||||
|
||||
- Show all commits, tags and branches for the entire repo in a graph format:
|
||||
- Show a graph of commits in the current branch:
|
||||
|
||||
`git log --graph`
|
||||
|
||||
- Show a graph of all commits, tags and branches in the entire repo:
|
||||
|
||||
`git log --oneline --decorate --all --graph`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue