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提交情况
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提交情况
转载于:https://www.cnblogs.com/rrcj/p/11557497.html