summaryrefslogtreecommitdiff
path: root/git/.gitconfig
blob: 575b0081611cc1727714c96299c919841bd27b12 (plain)
1
2
3
4
5
6
7
8
9
10
[user]
	signingkey = 7BB52F7036FA7C18
[commit]
	gpgsign = true
[core]
	excludesFile = ~/.config/git/rootignore
[push]
	autoSetupRemote = true
[pull]
	rebase = true