summaryrefslogtreecommitdiff
path: root/dot-config/git/config
blob: 04ce8f202f5d022f0bf70add4ddf1f64f60ebe66 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[init]
	defaultBranch = master
[merge]
	conflictStyle = diff3
[user]
	email = mathias@magnusson.space
	name = Mathias Magnusson
[pull]
	rebase = true
[rebase]
	autoSquash = true