git log

作者: Up鹏鹏 | 来源:发表于2019-03-25 11:14 被阅读0次

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