From 06b638c6524e9c92dbe10688fcee86d564e9df6c Mon Sep 17 00:00:00 2001 From: Alexis Hovorka Date: Mon, 10 Jan 2022 20:19:39 -0700 Subject: [feat] Add GitHub SSH aliases --- base/gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/base/gitconfig b/base/gitconfig index ad52a21..4a5d11c 100644 --- a/base/gitconfig +++ b/base/gitconfig @@ -6,6 +6,10 @@ user = alexisspacegirl [url "https://github.com/"] insteadOf = gh: +[url "github.com:"] + insteadOf = ghs: +[url "github.com:"] + insteadOf = sgh: [url "https://gist.github.com/"] insteadOf = gist: [url "https://gitlab.com/"] -- cgit v1.2.3-54-g00ecf