From db16541caa974a4493a38fe6d12043c72a8c2999 Mon Sep 17 00:00:00 2001 From: Calvin Taylor <15124052+kolvin@users.noreply.github.com> Date: Wed, 7 Sep 2022 17:56:28 +0100 Subject: [PATCH] fix(git): removed split protcol for gitlab hostname, was casing issues Signed-off-by: Calvin Taylor <15124052+kolvin@users.noreply.github.com> --- dot_gitconfig.tmpl | 7 ------- 1 file changed, 7 deletions(-) diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl index ce715da..81e26e8 100644 --- a/dot_gitconfig.tmpl +++ b/dot_gitconfig.tmpl @@ -78,13 +78,6 @@ pushInsteadOf = "https://github.com/" pushInsteadOf = "git@github.com:" -## GitLab -[url "https://gitlab.com/"] - insteadOf = "git@gitlab.com:" -[url "git@gitlab.com:"] - pushInsteadOf = "https://gitlab.com/" - pushInsteadOf = "git@gitlab.com:" - [branch "master"] remote = origin merge = refs/heads/master