From b23df3a4dc441c29ea038786d5d6802635ca3947 Mon Sep 17 00:00:00 2001 From: odrling Date: Sun, 31 Mar 2024 07:59:50 +0200 Subject: [PATCH] [git] add sign options --- .config/git/config | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.config/git/config b/.config/git/config index 0d70141..6219b2a 100644 --- a/.config/git/config +++ b/.config/git/config @@ -42,6 +42,13 @@ tlc = clone --filter tree:0 blc = clone --filter blob:none +[commit] + gpgsign = true +[push] + gpgsign = if-asked +[tag] + gpgsign = true + [pager] difftool = true