From 1e80f663d2ad48d23e608b0be4d52a0acc011a29 Mon Sep 17 00:00:00 2001 From: Billy-George Price-Sprackland Date: Sun, 19 Jul 2026 04:54:47 +0100 Subject: [PATCH] Add Gitea SSH URL rewrite --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index fb59153..41bce31 100644 --- a/.gitconfig +++ b/.gitconfig @@ -32,3 +32,5 @@ l = log --graph --pretty=format:"%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset" --abbrev-commit [pull] rebase = true +[url "ssh://git@git.billygeorge.net:2222/"] + insteadOf = https://git.billygeorge.net/