summary refs log tree commit diff
path: root/gitconfig
blob: 891402986e806747be1ced4435a683a5950c277b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[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
[url "https://source.developers.google.com/p/fcuny-code/r/"]
	insteadOf = gcloud: