mirror of https://github.com/CrimsonTome/tldr.git
git-log: show branch graph (#2587)
parent
66bef8afb3
commit
92ce13cba4
|
@ -18,7 +18,11 @@
|
||||||
|
|
||||||
`git log --stat`
|
`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`
|
`git log --oneline --decorate --all --graph`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue