Index: git/config ================================================================== --- git/config +++ git/config @@ -31,9 +31,14 @@ [url "git@github.com:"] 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