From e972e1588547e16c46874785e531bc1e9134b99a Mon Sep 17 00:00:00 2001 From: Brahmajit Das Date: Wed, 28 Jun 2023 20:05:38 +0530 Subject: git: config: use git-pass-helper by default Signed-off-by: Brahmajit Das --- .config/git/config | 3 +++ 1 file changed, 3 insertions(+) (limited to '.config/git') diff --git a/.config/git/config b/.config/git/config index 76f6133..aa7efef 100644 --- a/.config/git/config +++ b/.config/git/config @@ -36,3 +36,6 @@ dt = difftool [http] postBuffer = 157286400 +[credential] + helper = !pass-git-helper $@ + useHttpPath = true -- cgit v1.2.3