Git 速查表

提交历史#

查看提交历史

1
git log

以图形式查看提交历史,每个提交以一行文本展示

1
git log --graph --pretty=oneline --abbrev-commit