summaryrefslogtreecommitdiffstats
path: root/site/git/index.php
diff options
context:
space:
mode:
authorFrancis Rowe <fchmmr@minifree.lan>2015-10-29 23:40:44 (EDT)
committer Francis Rowe <fchmmr@minifree.lan>2015-10-29 23:40:44 (EDT)
commite507a3f31127e0558b0fcd600e0b2c8c31a7e807 (patch)
treefcc4dc5ec3d6f639d3a2ae0ae244773901ed443d /site/git/index.php
parent5e77abc8cc03aa741e0ef7c3985aa0601708928a (diff)
downloadlibreboot.org-e507a3f31127e0558b0fcd600e0b2c8c31a7e807.zip
libreboot.org-e507a3f31127e0558b0fcd600e0b2c8c31a7e807.tar.gz
libreboot.org-e507a3f31127e0558b0fcd600e0b2c8c31a7e807.tar.bz2
git page: fix typo
Diffstat (limited to 'site/git/index.php')
-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.