Skip to content

Home

View a summary of changes between two commits

Prints a summary of changes between two given commits.

git shortlog <commit>..<other-commit>

# Examples
git shortlog 3050fc0de..HEAD
# Duck Quacking (2):
#      Fix network bug
#      Update documentation

More like this

Start typing a keyphrase to see matching snippets.