From f827b9fe51aa12c5d49d3b217da07d7a54cebd08 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Fri, 6 Oct 2017 15:07:12 +1100 Subject: [PATCH] No need to set Git's credential.helper, its default on MacOS is the same thing anyway --- config/git/config.os | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/git/config.os b/config/git/config.os index 14cd71c..5d9dc91 100644 --- a/config/git/config.os +++ b/config/git/config.os @@ -1,5 +1,3 @@ # vim: ft=gitconfig [include] path = tools/ksdiff -[credential] - helper = osxkeychain