From bb0cb74513f802d0ba98552836a07284b3e4e149 Mon Sep 17 00:00:00 2001
From: Francis Rowe
Check once more that everything you want is added. Use the git status command to check for untracking changes/files, and adapt accordingly.
- Once you've committed everything, your changes will appear in a diff format, using this command:
+ Once you've committed everything, your changes will appear in a diff format, using this command:
$ git show
Use PgUp/PgDown to navigate the diff output. This uses the less utility, so all the features from that (e.g. keyword search) are also available.