查看两个提交之间的更改摘要
打印出两个给定提交之间的更改摘要。
- 使用
git shortlog <commit>..<other-commit>
查看两个给定提交之间的更改摘要。 - 使用箭头键导航,按下 Q 键退出。
git shortlog <commit>..<other-commit>
# 示例
git shortlog 3050fc0de..HEAD
# Duck Quacking (2):
# 修复网络错误
# 更新文档
打印出两个给定提交之间的更改摘要。
git shortlog <commit>..<other-commit>
查看两个给定提交之间的更改摘要。git shortlog <commit>..<other-commit>
# 示例
git shortlog 3050fc0de..HEAD
# Duck Quacking (2):
# 修复网络错误
# 更新文档