From 775bc4fe22398286e0a6cfb4d113d9349495257b 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"]