From 493a6f40428a3003525bbabfe2d2fc5c4f6a2ca0 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Wed, 10 Jul 2024 11:23:07 +0200 Subject: [PATCH] sombrero: Add `git` url preference for `codeberg.org` --- hosts/sombrero/modules/git/gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/sombrero/modules/git/gitconfig b/hosts/sombrero/modules/git/gitconfig index 093916a..9e0f5d1 100644 --- a/hosts/sombrero/modules/git/gitconfig +++ b/hosts/sombrero/modules/git/gitconfig @@ -4,3 +4,7 @@ [url "git@github.com:"] insteadOf = https://github.com/ + +[url "git@codeberg.org:"] + insteadOf = https://codeberg.org/ +