summaryrefslogtreecommitdiff
path: root/home-config/gitconfig
blob: ee6224bfcc5e4c76f1ba896c9a6518d4167939ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[user]
	email = ryan@rschanz.org
	name = Ryan Schanzenbacher
[commit]
	gpgSign = true
[filter "lfs"]
	clean = git-lfs clean -- %f
	smudge = git-lfs smudge -- %f
	process = git-lfs filter-process
	required = true
[color]
	ui = auto
[init]
	defaultBranch = main