diff options
-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 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/> |