From a337d45b0f217346103f5534dbb1910aaa3f36cd Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Thu, 11 Dec 2025 22:39:32 +0200 Subject: [PATCH] Added git shortcut for mirrors --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index ed88587..d768a06 100644 --- a/.gitconfig +++ b/.gitconfig @@ -37,6 +37,8 @@ insteadOf = "gl:" [url "git@git.kyren.codes:"] insteadOf = "gt:" +[url "git@git.kyren.codes:mirrors/"] + insteadOf = "mirrors:" [status] showStash = true showUntrackedFiles = all