From 75318766b4538a84b9b7489535a25f5528d02368 Mon Sep 17 00:00:00 2001 From: tiyn Date: Sun, 25 Jan 2026 18:49:00 +0100 Subject: [PATCH] git: store credentials by default --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index dccfd9e..b28401c 100644 --- a/.gitconfig +++ b/.gitconfig @@ -22,3 +22,5 @@ show-syntax-themes = true [merge] conflictStyle = zdiff3 +[credential] + helper = store