home/.gitconfig

11 lines
216 B
INI
Raw Normal View History

2023-09-11 17:24:46 +02:00
[user]
2024-01-10 13:54:20 +01:00
email = Christoph.Scherr@newtec.de
2023-09-11 17:24:46 +02:00
name = Christoph J. Scherr
2024-01-10 13:54:20 +01:00
signingkey = Christoph.Scherr@newtec.de
2023-09-11 17:24:46 +02:00
[credential]
helper = store --file ~/.git-credentials
[commit]
gpgsign = false
2024-06-25 16:36:03 +02:00
[pull]
rebase = false