git终端查看提交记录本页总览终端查看提交记录Git 终端查看 git 提交记录 git log // git 默认提供的查看提交记录命令 Git优雅的查看提交记录,并展示分支合并路径图 git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit" git lg // 查看git合并变化