From ac67c9ea94fc0758e76ad54ba2a45ea86e29f917 Mon Sep 17 00:00:00 2001 From: Amolith Date: Thu, 2 Feb 2023 18:28:58 -0500 Subject: [PATCH] redirect https sr.ht to ssh --- dot_config/git/config.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_config/git/config.tmpl b/dot_config/git/config.tmpl index c7c81b3315a21b4475e3f7d8580d87b679f01417..e06c5d00c2d41b41fe0776164c7ff81a42461487 100644 --- a/dot_config/git/config.tmpl +++ b/dot_config/git/config.tmpl @@ -39,3 +39,5 @@ smudge = git-lfs smudge -- %f process = git-lfs filter-process required = true +[url "git@git.sr.ht:"] + insteadOf = https://git.sr.ht/