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