From 0e802e8f4be3608b643d2e1c4710c84ca51d8ee0 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Tue, 7 Jun 2022 09:50:37 +0200 Subject: [PATCH] git: remove url substitution --- .gitconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitconfig b/.gitconfig index 4ef613a..3bf7fb2 100644 --- a/.gitconfig +++ b/.gitconfig @@ -63,6 +63,7 @@ guilt = "!f(){ git log --pretty='format:%an <%ae>' $@ | sort | uniq -c | sort -r serve = daemon --verbose --export-all --base-path=.git --reuseaddr --strict-paths .git/ identity = "! git config user.name \"$(git config user.$1.name)\"; git config user.email \"$(git config user.$1.email)\"; git config user.signingkey \"$(git config user.$1.signingkey)\"; :" + [color] ui = auto branch = auto @@ -104,9 +105,8 @@ email = daniel@arity.se [init] defaultBranch = main -[url "git@github.com:"] - insteadOf = https://github.com/ - insteadOf = https://github.com/ +; [url "git@github.com:"] +; insteadOf = https://github.com/ [lfs] concurrenttransfers = 32