diff --git a/snippets/view-changes-summary.md b/snippets/view-changes-summary.md index a603ec6d5..84590f3ee 100644 --- a/snippets/view-changes-summary.md +++ b/snippets/view-changes-summary.md @@ -5,7 +5,8 @@ tags: repository,branch,intermediate Prints a summary of changes between two given commits. -- Use `git shortlog ..` to view a summary of changes between the two given commits +- Use `git shortlog ..` to view a summary of changes between the two given commits. +- Use arrow keys to navigate, press Q to exit. ```sh git shortlog ..