Posts 命令行显示 git tree
Post
Cancel

命令行显示 git tree

1
git log --graph --decorate --pretty=oneline --abbrev-commi

设置别名 tree

1
2
3
git config --global alias.tree "log --graph --decorate --pretty=oneline --abbrev-commit"

git tree

参考资料

This post is licensed under CC BY 4.0 by the author.
Contents