From 3c969448551b7c40935961bb0fbbb12d66bb3851 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 25 Mar 2019 17:32:30 +0000 Subject: [PATCH] Drop OSX config from .gitconfig This is a relic from the OSX support days. It's incompatible with the Linux setup. --- configs/shared/git/.gitconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/configs/shared/git/.gitconfig b/configs/shared/git/.gitconfig index 39c302498..dbeef54c7 100644 --- a/configs/shared/git/.gitconfig +++ b/configs/shared/git/.gitconfig @@ -9,8 +9,6 @@ yday = ! git log --name-only --since=yesterday.midnight --until=today.midnight --author=\"$(git config --get user.email)\" patch-grep = log -p -S unstage = reset HEAD -- -[credential] - helper = osxkeychain [push] default = current [rebase]