Update view changes summary

This commit is contained in:
Chalarangelo
2021-04-06 22:21:27 +03:00
parent 309e9fbc55
commit 86bac1c2d3

View File

@ -5,7 +5,8 @@ tags: repository,branch,intermediate
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 `git shortlog <commit>..<other-commit>` to view a summary of changes between the two given commits.
- Use arrow keys to navigate, press <kbd>Q</kbd> to exit.
```sh
git shortlog <commit>..<other-commit>