.gitconfig: github: and gitea: added.

This commit is contained in:
2021-06-15 11:41:31 +01:00
parent 4b4c601103
commit e8cd6dfab5

View File

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