about summary refs log tree commit diff stats
path: root/dev
diff options
context:
space:
mode:
Diffstat (limited to 'dev')
-rw-r--r--dev/git/install.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/git/install.html b/dev/git/install.html
index 6a42abd..16311ed 100644
--- a/dev/git/install.html
+++ b/dev/git/install.html
@@ -22,6 +22,7 @@
     <pre>
     $ git config --global user.name "User Name"
     $ git config --global user.email user@devbox
+    $ git config --global core.editor "vim"
     </pre>
 
     <p>If you want to disable pager / paging you can set globally;</p>