Yu-Chieh’s Blog (Y.C. Chang)

Ruby on Rails / Rubygems / FullStack / Git / Mac notes.

How to Use Command Line Show Git Tree

1
2
3
4
5
6
$ git log --pretty=oneline --graph --decorate --all
$ git log --oneline --graph --decorate --all
$ gitk --simplify-by-decoration --all
$ gitk --all
$ git show-branch --all
$ git log --all --graph --decorate --oneline --simplify-by-decoration

Comments