1
1
Fork 0

gitconfig: Set fsckObjects to true

This commit is contained in:
Jonathan Schleifer 2018-07-08 19:49:29 +00:00
parent a09e925420
commit 2fe5b6b89f

View file

@ -32,3 +32,6 @@
[url "git@github.com:"] [url "git@github.com:"]
insteadOf = https://github.com/ insteadOf = https://github.com/
pushInsteadOf = https://github.com/ pushInsteadOf = https://github.com/
[fetch]
fsckObjects = true