From 5e3ae10e640bd177c2dcd5fb3e5ac9292376542e Mon Sep 17 00:00:00 2001 From: Shin'ichiro SUZUKI Date: Mon, 15 Jun 2020 17:05:41 +0900 Subject: [PATCH] :pushpin: Add Git credential.helper=cache for Linux --- dot_files/gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_files/gitconfig b/dot_files/gitconfig index 29aeda6268..85dcc8c065 100644 --- a/dot_files/gitconfig +++ b/dot_files/gitconfig @@ -63,6 +63,7 @@ template = ~/.git_commit_template.txt [credential] helper = osxkeychain + helper = cache --timeout 604800 [filter "lfs"] clean = git-lfs clean -- %f process = git-lfs filter-process