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
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