From b978b96fb412d3baab7fe057f61dc2c824750f52 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Thu, 18 Jun 2020 11:16:59 +1000 Subject: [PATCH] Support SSH pushing to HTTPS remotes on my Gitea instance, as well as on GitHub --- config/git/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/git/config b/config/git/config index 1e1696a..9e8713f 100644 --- a/config/git/config +++ b/config/git/config @@ -82,6 +82,9 @@ [url "git@github.com:"] pushInsteadOf = https://github.com/ +[url "git@git.00dani.me:"] + pushInsteadOf = https://git.00dani.me/ + [user] name = Danielle McLean email = dani@00dani.me