diff --git a/git/.config/git/config b/git/.config/git/config index 0672470..4697b86 100644 --- a/git/.config/git/config +++ b/git/.config/git/config @@ -45,6 +45,11 @@ [url "git@gitlab.com:"] pushInsteadOf = "https://gitlab.com" pushInsteadOf = "http://gitlab.com" +[url "git@git.martyoeh.me:"] + pushInsteadOf = "https://git.martyoeh.me" + pushInsteadOf = "http://git.martyoeh.me" + pushInsteadOf = "git@martyoeh.me" + pullInsteadOf = "git@martyoeh.me" [filter "lfs"] clean = git-lfs clean -- %f smudge = git-lfs smudge -- %f