From 16ce6f3b70d817553ecb6f8d7b7b4b9512577fc1 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Tue, 15 Sep 2020 19:22:52 -0400 Subject: [PATCH] Goof with the git credential helper --- gitconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gitconfig b/gitconfig index 229a1e1..0835129 100644 --- a/gitconfig +++ b/gitconfig @@ -69,3 +69,9 @@ [init] templatedir = ~/.config/git_template + +[credential] + helper = store + +[url "ssh://git@github.com/"] + insteadOf = https://github.com/