diff options
Diffstat (limited to '.gitconfig')
| -rw-r--r-- | .gitconfig | 6 | 
1 files changed, 6 insertions, 0 deletions
| @@ -88,3 +88,9 @@  	#proxy	= http://10.0.0.1:3128/  [pull]  	rebase = false +[pack] +	windowMemory = 1024m +[credential] +	helper = !type pass-git-helper > /dev/null && pass-git-helper $@ +	useHttpPath = true + | 
