From a45568ec5f3b079613e9656f4a70e915b1c92c65 Mon Sep 17 00:00:00 2001 From: LIETART Frederic Date: Tue, 3 Sep 2013 13:25:16 +0200 Subject: [PATCH] Add set editor to git Add set editor to git --- cheatsheets/git | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cheatsheets/git b/cheatsheets/git index d0e7c80..fb5a1c7 100644 --- a/cheatsheets/git +++ b/cheatsheets/git @@ -2,6 +2,9 @@ git config --global user.name "John Doe" git config --global user.email johndoe@example.com +# To set your editor: +git config --global core.editor emacs + # To enable color: git config --global color.ui true