From 7b1904c0a3d7cd5e02d4b6035aed2186f3aad9ec Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Tue, 31 Aug 2021 03:40:56 +0200 Subject: [PATCH] Sign commits true --- roles/dotfiles/files/gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/dotfiles/files/gitconfig b/roles/dotfiles/files/gitconfig index 68a86ac..9401b32 100644 --- a/roles/dotfiles/files/gitconfig +++ b/roles/dotfiles/files/gitconfig @@ -8,3 +8,5 @@ st = status co = checkout br = branch +[commit] + gpgsign = true