git-git blame查看谁提交的代码,git show commit查看提交信息

git blame config/vehicle/vehicle_name_vv6-00/vehicle_info.pb.txt    查看文件中每行的提交信息

git blame -L 2,4 config/vehicle/vehicle_name_vv6-00/vehicle_info.pb.txt    查看第2至4行提交信息

 

git show  commitID    查看本次commitID提交情况

posted @ 2019-09-20 15:26  cjshan  阅读(2624)  评论(0编辑  收藏  举报