From 989cb25f5b6d4dc91283fbf3aa7d7e7f7defbde7 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Mon, 5 Jun 2017 20:25:13 +0000 Subject: [PATCH] Update gitconfig --- gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gitconfig b/gitconfig index ca4bc0b..70bfbe1 100644 --- a/gitconfig +++ b/gitconfig @@ -27,3 +27,7 @@ [gpg] program = gpg2 + +[url "git@github.com:"] + insteadOf = https://github.com/ + pushInsteadOf = https://github.com/