dotfiles/.gitconfig

12 lines
285 B
INI
Raw Normal View History

2019-09-24 14:25:47 +00:00
# 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
2019-10-26 07:40:47 +00:00
yolo = push --force