From e0f384be5dbeef512fc9b96719ce15232ee16acd Mon Sep 17 00:00:00 2001 From: caandt Date: Thu, 19 Mar 2026 18:24:30 -0500 Subject: [PATCH] git --- user/config/git/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/user/config/git/config b/user/config/git/config index e77789e..673e159 100644 --- a/user/config/git/config +++ b/user/config/git/config @@ -3,3 +3,5 @@ name = caandt [core] sshCommand = ssh -F ~/.local/ssh/config +[init] + defaultBranch = main