From 3f88085b3d36b6ef2b288db7d73c86fff09c19e4 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 27 Sep 2021 17:04:12 +0100 Subject: [PATCH] Stop specifying a credential helper (prefer SSH) --- roles/home-cli/files/gitconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/home-cli/files/gitconfig b/roles/home-cli/files/gitconfig index 517be95..9a970e9 100644 --- a/roles/home-cli/files/gitconfig +++ b/roles/home-cli/files/gitconfig @@ -8,8 +8,6 @@ ui = auto [init] defaultBranch = main -[credential] - helper = cache [gui] encoding = utf-8 [guitool "Rebase"]