Prints a summary of changes between two given commits.
git shortlog <commit>..<other-commit>
to view a summary of changes between the two given commits.git shortlog <commit>..<other-commit>
git shortlog 3050fc0de..HEAD
# Duck Quacking (2):
# Fix network bug
# Update documentation
Git, Repository
Prints a visual graph of all commits and branches in the repository.
Git, Repository
Prints a short summary of all commits excluding merge commits.
Git, Repository
Prints a short summary of all commits.