工作区和暂存区 工作区暂存区 修改文件名 git mv ReadMe ReadMe.md log git log --oneline // 简化 git log -n2 --oneline // 最近提交两次记录 git log --all --graph // 所有分支的提交记录并带有图形化