From 86bac1c2d3ac41ddb544ab69df4920f88a5d7c98 Mon Sep 17 00:00:00 2001 From: Chalarangelo Date: Tue, 6 Apr 2021 22:21:27 +0300 Subject: [PATCH] Update view changes summary --- snippets/view-changes-summary.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ..