dotfiles/.gitconfig
2019-10-26 07:40:47 +00:00

12 lines
285 B
INI
Executable file

# 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
yolo = push --force