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