From 42b8e20d67a5019307068ac3991c7acd95db6a89 Mon Sep 17 00:00:00 2001 From: Nathan Knowler Date: Wed, 24 Nov 2021 05:54:20 -0600 Subject: [PATCH] [git] use netlify ahead of osxkeychain --- .config/git/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/git/config b/.config/git/config index 374ef44..f69a224 100644 --- a/.config/git/config +++ b/.config/git/config @@ -52,3 +52,7 @@ process = git-lfs filter-process required = true clean = git-lfs clean -- %f +[credential] + helper= + helper=netlify + helper=osxkeychain -- 2.51.2