commit 676f11593c2a3c737a72600b1442a8ea7be85e78 parent a191bbbd45618dd7c7f381562639023bcebe16bb Author: Robert Russell <robert@rr3.xyz> Date: Sat, 18 Jul 2026 16:20:55 -0700 gitconfig: always allow gits Diffstat:
| M | .gitconfig | | | 6 | ++++-- |
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/.gitconfig b/.gitconfig @@ -5,5 +5,7 @@ defaultBranch = master [pull] rebase = true -[url "git@github.com:"] - insteadOf = https://github.com/ +#[url "git@github.com:"] +# insteadOf = https://github.com/ +[protocol "gits"] + allow = always