From 24cfe9776e22ca8c75733b782991c96312416b30 Mon Sep 17 00:00:00 2001 From: Pavle Portic Date: Fri, 22 Jul 2022 11:25:38 +0200 Subject: [PATCH] Change github remote to default to ssh in gitconfig --- dot_gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_gitconfig b/dot_gitconfig index a7ac692..596e1aa 100644 --- a/dot_gitconfig +++ b/dot_gitconfig @@ -13,3 +13,5 @@ gpgsign = true [pull] rebase = true +[url "github.com:"] + insteadOf = https://github.com/