From 8431a69ff42f47a94e303f78032eb29451b05339 Mon Sep 17 00:00:00 2001 From: James Dixon Date: Fri, 26 Feb 2021 11:14:32 -0500 Subject: [PATCH] change credential config --- files/git/.gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/git/.gitconfig b/files/git/.gitconfig index 9f435d6..3b719d3 100644 --- a/files/git/.gitconfig +++ b/files/git/.gitconfig @@ -10,7 +10,7 @@ name = James Dixon [credential] username = lemonase - helper = store --file ~/.secrets/git-credentials + helper = store [color] ui = true status = auto