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