1
1
Fork 0

git: Use GitLab via SSH

This commit is contained in:
Jonathan Schleifer 2022-01-16 09:11:20 +00:00
parent 24667d6af8
commit 075d969e76

View file

@ -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