about summary refs log tree commit diff stats
path: root/dev
diff options
context:
space:
mode:
authorSilvino <silvino@bk.ru>2019-06-16 05:04:09 +0100
committerSilvino <silvino@bk.ru>2019-06-16 05:04:44 +0100
commit296be79a3b724db67a37244a67cfb3e4ef6b652f (patch)
tree6136b7fbe2082b018a6a06f897b7012177cce630 /dev
parentfdc231661647d4ca15ddf312e85b210eabd23e50 (diff)
parent951a8a84411da6b71cee11d8c9feb993b984acf5 (diff)
downloaddoc-296be79a3b724db67a37244a67cfb3e4ef6b652f.tar.gz
doc release 0.5.3
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>