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.
本文标题:git log
本文链接:https://www.haomeiwen.com/subject/gynvpqtx.html
网友评论