From af37c6b1a25f5bb521f71474175cee9ca15ec5b4 Mon Sep 17 00:00:00 2001 From: Oliver Davies <oliver@oliverdavies.uk> Date: Wed, 15 Jan 2020 00:57:00 +0000 Subject: [PATCH] Remove old url config --- tag-git/gitconfig | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tag-git/gitconfig b/tag-git/gitconfig index c510f033..99b9bd3b 100644 --- a/tag-git/gitconfig +++ b/tag-git/gitconfig @@ -85,18 +85,8 @@ # receiving end. default = current -[url "https://github.com/"] - insteadOf = gh: - -[url "https://gist.github.com/"] - insteadOf = gist: - -[url "https://bitbucket.org/"] - insteadOf = bb: [url "https://git.drupal.org/project/"] - # Clone from drupal.org using "git clone do:{name}" - # or "git clone drupal:{name}". insteadOf = do: insteadOf = drupal: