1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 23:12:32 +01:00
eoli3n-dotfiles/roles/git/templates/gitconfig.j2

11 lines
166 B
Plaintext
Raw Permalink Normal View History

2020-05-14 10:40:32 +02:00
[user]
name = {{ git_name }}
email = {{ git_mail }}
2021-05-27 23:09:34 +02:00
signingkey = {{ git_name }}
2020-12-18 08:19:35 +01:00
[pull]
rebase = false
2021-05-27 21:20:34 +02:00
[gpg]
program = gpg2
[init]
defaultBranch = main