From 4612d17d76e8e31e3d9a585f73ded31b65948f31 Mon Sep 17 00:00:00 2001 From: schroeder5 <s.schroeder@fz-juelich.de> Date: Mon, 15 Jun 2020 22:13:11 +0200 Subject: [PATCH] commit using pre-commit hook (and vi as default editor for commit message) --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b79fdfd..1eee912 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,6 +14,9 @@ cache: #(including PostGIS and toar_controlled_vocabulary), #database users and passwords have to be created) #activated via "git commit" (without arguments!) +#trying to set my default vi editor for the commit +#message (formerly done as command line option): +#git config --global core.editor "vi" #test: # stage: test # tags: -- GitLab