summaryrefslogtreecommitdiff
path: root/.config/git/config
blob: c21bb15664db92e406c74a670e694761b64d7b5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[user]
	email = sam@samnystrom.dev
	name = Sam Nystrom

[init]
	defaultBranch = main

[interactive]
	singleKey = true

[merge]
	conflictstyle = diff3

[diff]
	colorMoved = default

[sendemail]
	annotate = yes
	verify = off

[commit]
	verbose = true
[push]
	autoSetupRemote = true