.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]
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: