From ec73c6ee6fcb0613daec0b1b8520ecb77a206e1a Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Sun, 1 Dec 2024 22:33:30 +0100 Subject: [PATCH] Git Config: use the credential store helper --- Configs/Git/.gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Configs/Git/.gitconfig b/Configs/Git/.gitconfig index 6e72b83..11a2515 100644 --- a/Configs/Git/.gitconfig +++ b/Configs/Git/.gitconfig @@ -21,3 +21,6 @@ added = yellow changed = green untracked = cyan + +[credential] + helper = store