git log
2019-03-25 本文已影响0人
Up鹏鹏
1. 查看某人提交版本
git log --author=“author”
2. 显示提交历史,以及每次提交变更的数据
git log --stat
3.查看某个文件的版本历史,包含文件改名
git log --follow [file]
git whatchanged [file]
4. 显示只能文件相关的
5.
6.
7.
1. 查看某人提交版本
git log --author=“author”
2. 显示提交历史,以及每次提交变更的数据
git log --stat
3.查看某个文件的版本历史,包含文件改名
git log --follow [file]
git whatchanged [file]
4. 显示只能文件相关的
5.
6.
7.