diff options
author | Francis Rowe <fchmmr@minifree.lan> | 2015-10-29 22:27:26 (EDT) |
---|---|---|
committer | Francis Rowe <fchmmr@minifree.lan> | 2015-10-29 22:27:26 (EDT) |
commit | bb0cb74513f802d0ba98552836a07284b3e4e149 (patch) | |
tree | b0b102c2ca5ddcbdeddf89317f4bf9c55e705a65 /site | |
parent | 006154597913b5af76d65d6e9fe2aa369ae844fd (diff) | |
download | libreboot.org-bb0cb74513f802d0ba98552836a07284b3e4e149.zip libreboot.org-bb0cb74513f802d0ba98552836a07284b3e4e149.tar.gz libreboot.org-bb0cb74513f802d0ba98552836a07284b3e4e149.tar.bz2 |
git page: add missing line break
Diffstat (limited to 'site')
-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> |