From d7e5ac316c270f2f52ccd3d47c1862a73f2f8fc8 Mon Sep 17 00:00:00 2001 From: Dirk Sarpe <dsarpe@posteo.de> Date: Mon, 17 Feb 2020 16:07:57 +0100 Subject: [PATCH] verify core editor config fixes 37 --- basics.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/basics.html b/basics.html index bb463b2..033e780 100644 --- a/basics.html +++ b/basics.html @@ -442,6 +442,9 @@ # Linux GNOME / KDE git config --global core.editor gedit git config --global core.editor kate + + # to verify editor works + git config --edit ``` notes: -- GitLab