From bba0d1227fb10cc9e830c2e6f6a149594e789219 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Mon, 26 May 2025 10:35:10 +0100 Subject: [PATCH] Added URL shorthands to git config --- dot_config/git/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dot_config/git/config b/dot_config/git/config index c92bcde..fde899a 100644 --- a/dot_config/git/config +++ b/dot_config/git/config @@ -27,3 +27,7 @@ navigate = true line-numbers = true side-by-side = true +[url "https://github.com/Cian-H/"] + insteadOf = gh: +[url "https://gitlab.com/Cian-H/"] + insteadOf = gl: