diff options
author | Francis Rowe <info@gluglug.org.uk> | 2016-02-21 14:40:00 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2016-02-21 14:40:00 (EST) |
commit | fa2a60ada030ffd304296d59253f691edb4992cc (patch) | |
tree | d266285e9bd301c116493038122ab26f4d791d96 /site/git | |
parent | 987a6e59a7c0b3f8c25b61af3375ed0a73f01664 (diff) | |
download | libreboot.org-fa2a60ada030ffd304296d59253f691edb4992cc.zip libreboot.org-fa2a60ada030ffd304296d59253f691edb4992cc.tar.gz libreboot.org-fa2a60ada030ffd304296d59253f691edb4992cc.tar.bz2 |
git page: recommend vim, not nano
Diffstat (limited to 'site/git')
-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 d091447..292e5ec 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 nano</strong><br/> + <strong>git config --global core.editor vim</strong><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/> |