.gitconfig: github: and gitea: added.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user