From 5683bf0b1e9c917fcbad77d8f535ca9136d6a238 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Sun, 19 Jan 2020 18:42:31 -0800 Subject: [PATCH] Add gitconfig changes for go import of private repo --- gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gitconfig b/gitconfig index d55ddd0..e1f5530 100644 --- a/gitconfig +++ b/gitconfig @@ -47,3 +47,7 @@ lds = list-date-stap [push] default = simple +[url "ssh://git@git.xbudex.com:2022"] + insteadOf = https://git.xbudex.com +[url "ssh://git@git.buddy.wtf:2022"] + insteadOf = https://git.buddy.wtf