Git的日志查看

git log //显示从近到远的日志记录
git log --pretty=oneline //简洁显示日志记录

你可能感兴趣的:(Git的日志查看)