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

11 lines
166 B
Django/Jinja

[user]
name = {{ git_name }}
email = {{ git_mail }}
signingkey = {{ git_name }}
[pull]
rebase = false
[gpg]
program = gpg2
[init]
defaultBranch = main