From 06cd9bbd21bc9a991b09b39babd690becd258e95 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Mon, 1 Feb 2016 21:00:26 -0800 Subject: [PATCH] [git] fsck objects on transfer https://github.com/pivotal/workstation-setup/issues/6 --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 58d46bd..72000f0 100644 --- a/.gitconfig +++ b/.gitconfig @@ -61,3 +61,5 @@ singlekey = true [url "git@github.com:"] insteadof = https://github.com/ +[transfer] + fsckobjects = true