From e0a0296b4b06b62b142ea11bce031b509692cd73 Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Tue, 15 Nov 2022 13:41:37 +1100 Subject: [PATCH] added notes about key commands --- git-review | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/git-review b/git-review index 7f317d9..e3ab5ef 100755 --- a/git-review +++ b/git-review @@ -1,7 +1,9 @@ #!/bin/zsh # # Review commits based on the branch graph -# +# command p = move to previous commit +# command / = move by searching text +# command ? = show commit details N=1 if [ $# = 1 ] ; then -- 2.39.2