From fbcc032ce219060cdee3c537c9d15675a8ee4ae2 Mon Sep 17 00:00:00 2001 From: James Dixon Date: Mon, 22 Feb 2021 20:44:13 -0500 Subject: [PATCH] change credential location --- files/git/.gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/git/.gitconfig b/files/git/.gitconfig index b70d431..9f435d6 100644 --- a/files/git/.gitconfig +++ b/files/git/.gitconfig @@ -10,7 +10,7 @@ name = James Dixon [credential] username = lemonase - helper = cache + helper = store --file ~/.secrets/git-credentials [color] ui = true status = auto