diff --git a/config/.gitconfig b/config/.gitconfig index 17c2688..8791b2e 100644 --- a/config/.gitconfig +++ b/config/.gitconfig @@ -1,3 +1,5 @@ +[include] + path = ~/.gitconfig.local [user] name = Vahagn Khachatryan email = vahagn.khachatryan@gmail.com @@ -24,8 +26,6 @@ conflictstyle = diff3 [mergetool] prompt = false -[include] - path = ~/.gitconfig.local [core] excludesfile = ~/.gitignore.global autocrlf = false @@ -34,4 +34,7 @@ helper = cache [pager] branch = false - +[url "git@github.com:"] + insteadOf = github: +[url "git@gitea:"] + insteadOf = gitea: