From a2ab6d7e0457bd50bc6effd2f46a6afb6f87eff3 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Tue, 24 Sep 2019 16:25:47 +0200 Subject: [PATCH] add git config --- .gitconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 .gitconfig diff --git a/.gitconfig b/.gitconfig new file mode 100755 index 0000000..8d64b28 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,10 @@ +# This is Git's per-user configuration file. +[user] +# Please adapt and uncomment the following lines: +name = Franziska Kunsmann +email = hi@kunsmann.eu +signingkey = 5FE37FF3C981A9146C3805324205EF53ECE0D2BC +[commit] +gpgsign = true +[alias] +logs = log --show-signature