From 3b2b3eeba1cd97df4d120fe1f07f968e24207f0b Mon Sep 17 00:00:00 2001 From: soblin Date: Thu, 15 Jan 2026 10:36:29 +0900 Subject: [PATCH] fix(gitconfig): fix url setting Signed-off-by: soblin --- .gitconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitconfig b/.gitconfig index b687e43..e1dc271 100644 --- a/.gitconfig +++ b/.gitconfig @@ -29,8 +29,6 @@ smudge = git-lfs smudge -- %f process = git-lfs filter-process required = true -[url "git@github.com:"] - insteadOf = https://github.com/ [diff] tool = difftastic external = difft