From ea61e071c58e8fd8f8926e49dd211f89f10f207a 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