summaryrefslogtreecommitdiff
path: root/git/.gitconfig
blob: f94239e871f4b1ad722a557df0b3cf31f6aec0be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[pull]
	rebase = false
[user]
	name = Alex Pickering
	email = apickering@acrisuretechnology.com
[http]
	postBuffer = 500M
	maxRequestBuffer = 100M
[core]
	compression = 0
	editor = nvim
	pager = bat
[diff]
	tool = nvimdiff