diff options
-rw-r--r-- | site/git/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/git/index.php b/site/git/index.php index 63c65e6..fbddeea 100644 --- a/site/git/index.php +++ b/site/git/index.php @@ -174,7 +174,7 @@ </p> <p> Check once more that everything you want is added. Use the <b>git status</b> command to check for untracking changes/files, and adapt accordingly. - Once you've committed everything, your changes will appear in a <i>diff</i> format, using this command: + Once you've committed everything, your changes will appear in a <i>diff</i> format, using this command:<br/> $ <b>git show</b><br/> Use PgUp/PgDown to navigate the diff output. This uses the <i>less</i> utility, so all the features from that (e.g. keyword search) are also available. </p> |