From 7ea8c164bc6ab3eaea2ff5743cfa2db62fd62397 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Thu, 30 Apr 2026 22:43:48 -0400 Subject: [PATCH] feat(git): prefer ssh for github pushes --- config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config b/config index 042a282..b3351bd 100644 --- a/config +++ b/config @@ -26,3 +26,6 @@ # Enable per-project with: git config --local commit.gpgSign true [commit] gpgSign = false + +[url "git@github.com:"] + pushInsteadOf = https://github.com/