Update view changes summary
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user