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