[Git] Pretty tree log

This is an easy way to show a pretty git log using alias.

  • Command:
git log --oneline --decorate --all --graph
  • Add to alias:
git config --global alias.tree "log --oneline --decorate --all --graph"

Then, use git tree to show the tree view:

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *