summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2016-02-21 14:43:06 (EST)
committer Francis Rowe <info@gluglug.org.uk>2016-02-21 14:43:06 (EST)
commit0e90ff68ec08fd75bd9f6d949040c42c37ce4b79 (patch)
tree83f857541a1ff3c34702871f811fe3bfbd7b8133
parentfa2a60ada030ffd304296d59253f691edb4992cc (diff)
downloadlibreboot.org-0e90ff68ec08fd75bd9f6d949040c42c37ce4b79.zip
libreboot.org-0e90ff68ec08fd75bd9f6d949040c42c37ce4b79.tar.gz
libreboot.org-0e90ff68ec08fd75bd9f6d949040c42c37ce4b79.tar.bz2
note that git uses vi by default
-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 292e5ec..8ac5567 100644
--- a/site/git/index.php
+++ b/site/git/index.php
@@ -254,7 +254,7 @@
</p>
<p>
<?php echo gettext("The following is also useful:"); ?><br/>
- <strong>git config --global core.editor vim</strong><br/>
+ <strong>git config --global core.editor vim</strong> # NOTE: on most systems, git defaults to using vi anyway. If you switch to vim, make sure it's installed<br/>
<strong>git config --global color.status auto</strong><br/>
<strong>git config --global color.branch auto</strong><br/>
<strong>git config --global color.interactive auto</strong><br/>