From c0faf344f52255cb75e1800c37314ff3a986972a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Bystriansky?= Date: Sat, 2 Jan 2021 05:13:17 +0100 Subject: [PATCH] =?UTF-8?q?automatick=C3=A9=20podpisovanie=20tagov=20aj=20?= =?UTF-8?q?commitov?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitconfig b/.gitconfig index b700da0..e1b9c9e 100644 --- a/.gitconfig +++ b/.gitconfig @@ -9,3 +9,7 @@ lol = log --graph --decorate --pretty=oneline --abbrev-commit --all hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short lg = log --graph --pretty=format:'%Cred%h%Creset - %Cgreen%cd%Creset -%C(yellow)%d%Creset %s %Cgreen(%cn)%Creset' --abbrev-commit --date=iso-strict-local +[commit] + gpgsign = true +[tag] + gpgSign = true