summaryrefslogtreecommitdiff
path: root/dots/git/.gitconfig.j2
blob: 015ad9617c9eb0a4de1f8ff2a17c4eedba238830 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[user]
    signingkey = {{ pgp.signing }}
    user = {{ user.name }}
    email = {{ user.email }}
[commit]
	gpgsign = true
[core]
	excludesFile = ~/.config/git/rootignore
[push]
	autoSetupRemote = true
[pull]
	rebase = true