From 2a676689f7e9202e6b0dec844d5d1adff9e3d8d9 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Fri, 30 Jul 2021 08:16:26 +0200 Subject: [PATCH] git credentials --- dot_gitconfig.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl index 3ae4dfc..d593b53 100644 --- a/dot_gitconfig.tmpl +++ b/dot_gitconfig.tmpl @@ -23,3 +23,7 @@ work-in-progress = rebase -i @{u} [include] path = ~/.gitconfig_custom.inc +[credential] + helper = store +[credential "https://github.com"] + helper = cache