summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--site/git/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/git/index.php b/site/git/index.php
index 398b3da..8e0b392 100644
--- a/site/git/index.php
+++ b/site/git/index.php
@@ -173,7 +173,7 @@
behalf. <b>If you wish to be anonymous (no name), you can also use <i>Libreboot Contributor</i> as your name, and <i>noname@libreboot.org</i> as the email address. <i>We will happily accept anonymous contributions in the libreboot project.</i></b>
</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.
+ Check once more that everything you want is added. Use the <b>git status</b> command to check for untracked changes/files, and adapt accordingly.
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.