From 075d969e762a51fed310afb0338c4bfce6544449 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sun, 16 Jan 2022 09:11:20 +0000 Subject: [PATCH] git: Use GitLab via SSH --- git/config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/git/config b/git/config index f8cabe5..3b93e22 100644 --- a/git/config +++ b/git/config @@ -33,7 +33,12 @@ insteadOf = https://github.com/ pushInsteadOf = https://github.com/ +[url "git@gitlab.com:"] + insteadOf = https://gitlab.com/ + pushInsteadOf = https://gitlab.com/ + [fetch] fsckObjects = true + [pull] ff = only