From 68b0513bd5ff3916b8f37074a0a6c240c1293ba3 Mon Sep 17 00:00:00 2001 From: Anthony Oteri Date: Fri, 23 Dec 2022 18:12:48 -0500 Subject: [PATCH] Disable GPG signing of commits --- .gitconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 0b7add5..10349e9 100644 --- a/.gitconfig +++ b/.gitconfig @@ -67,7 +67,7 @@ status = auto [commit] - gpgsign = true + gpgsign = false [core] editor = nvim @@ -128,3 +128,6 @@ # vim: set commentstring=#\ %s: +[credential "https://gitlab.oteri.xyz"] + helper = + helper = !/usr/bin/glab auth git-credential