git shortlog,git show --name-only,git show --name-status

来源:互联网 发布:网络视频广告特点 编辑:程序博客网 时间:2024/06/06 20:27

cmd:

git shortlog


按照git中的 提交者的信息统计出提交的commit,可以查看出各个开发者的活跃程度。




git show --name-only

Show only names of changed files.

列出修改过的文件,太过简单


git show --name-status

Show only names and status of changed files. See the description of the --diff-filter option on what the status letters mean.

列出修改过的文件和修改状态,很实在。
   

0 0
原创粉丝点击