View a summary of changes between two commits
Git, Repository, Branch · Apr 13, 2021

Prints a summary of changes between two given commits.
- Use
git shortlog <commit>..<other-commit>
to view a summary of changes between the two given commits. - Use arrow keys to navigate, press Q to exit.
git shortlog <commit>..<other-commit>
git shortlog 3050fc0de..HEAD
# Duck Quacking (2):
# Fix network bug
# Update documentation
Written by Angelos Chalaris
I'm Angelos Chalaris, a JavaScript software engineer, based in Athens, Greece. The best snippets from my coding adventures are published here to help others learn to code.
If you want to keep in touch, follow me on GitHub.