From 359a593f7ba70293e9502d54ae08b2bdd203e854 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Tue, 8 Feb 2022 17:17:42 -0700 Subject: [PATCH] use ssh instead of https --- .gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitconfig b/.gitconfig index 32c4661..8ee82f3 100644 --- a/.gitconfig +++ b/.gitconfig @@ -39,6 +39,9 @@ [github] user = qbit +[url "ssh://git@github.com/"] + insteadOf = https://github.com/ + [sendemail] smtpserver = mail.messagingengine.com smtpuser = qbit@fastmail.com