add git config

This commit is contained in:
Franzi 2019-09-24 16:25:47 +02:00
parent 2e5a5213ae
commit a2ab6d7e04
Signed by untrusted user: kunsi
GPG key ID: 12E3D2136B818350

10
.gitconfig Executable file
View file

@ -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