summary refs log tree commit diff
path: root/gitconfig
blob: e85333a8aeb2f40c2ff6179701edc8412a019884 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[color]
	ui = true

[push]
	default = simple

[core]
	whitespace = trailing-space,space-before-tab
	excludesfile = ~/.gitignore

[branch]
	autosetuprebase = remote

[include]
	path = ~/.gitconfig.private

[http]
	postBuffer = 524288000