diff options
Diffstat (limited to 'site/git/index.php')
-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/> |