From f607c95bf0a32ca2ac0e1042ba7aa37ddcd810d4 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Fri, 3 Apr 2026 09:43:45 +0800 Subject: [PATCH] =?UTF-8?q?feat(base):=20=E6=B7=BB=E5=8A=A0=20git=20creden?= =?UTF-8?q?tial.helper=20store=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/.config/git/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/.config/git/config b/home/.config/git/config index 962c7bd..28f44b3 100644 --- a/home/.config/git/config +++ b/home/.config/git/config @@ -7,5 +7,7 @@ [delta] navigate = true side-by-side = true +[credential] + helper = store [merge] conflictstyle = zdiff3