📅  最后修改于: 2022-03-11 14:51:25.996000             🧑  作者: Mango
git log --stat
#displays modified files, number of lines added/removed and summary line with
#total number of modified fiels
git log -p
#displays modified files, number of lines added/removed and the actual changes
#that have been made.