git config
This commit is contained in:
parent
1766802248
commit
2d6735f3ec
13
home/user/.config/git/local.example
Normal file
13
home/user/.config/git/local.example
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# vim: ft=gitconfig
|
||||||
|
|
||||||
|
[github]
|
||||||
|
user = "thek4n"
|
||||||
|
email = "thek4n@yandex.ru"
|
||||||
|
|
||||||
|
[user]
|
||||||
|
name = "thek4n"
|
||||||
|
email = "thek4n@yandex.ru"
|
||||||
|
signingkey = "thek4n"
|
||||||
|
|
||||||
|
[url "git@github.com:TheK4n/notes"]
|
||||||
|
insteadOf = "git@github.com:TheK4n/notes"
|
||||||
@ -16,6 +16,7 @@
|
|||||||
[url "https://bitbucket.org/"]
|
[url "https://bitbucket.org/"]
|
||||||
insteadOf = "bb:"
|
insteadOf = "bb:"
|
||||||
|
|
||||||
|
|
||||||
[url "git@github.com:"]
|
[url "git@github.com:"]
|
||||||
pushInsteadOf = "https://github.com/"
|
pushInsteadOf = "https://github.com/"
|
||||||
pushInsteadOf = "http://github.com/"
|
pushInsteadOf = "http://github.com/"
|
||||||
@ -26,3 +27,15 @@
|
|||||||
pushInsteadOf = "https://gist.github.com/"
|
pushInsteadOf = "https://gist.github.com/"
|
||||||
pushInsteadOf = "http://gist.github.com/"
|
pushInsteadOf = "http://gist.github.com/"
|
||||||
pushInsteadOf = "gist:"
|
pushInsteadOf = "gist:"
|
||||||
|
|
||||||
|
[url "git@gitlab.com:"]
|
||||||
|
pushInsteadOf = "https://gitlab.com/"
|
||||||
|
pushInsteadOf = "http://gitlab.com/"
|
||||||
|
pushInsteadOf = "git@gitlab.com:"
|
||||||
|
pushInsteadOf = "gl:"
|
||||||
|
|
||||||
|
[url "https://github.com/"]
|
||||||
|
insteadOf = "git@github.com:"
|
||||||
|
|
||||||
|
[url "https://gitlab.com/"]
|
||||||
|
insteadOf = "git@gitlab.com:"
|
||||||
Loading…
x
Reference in New Issue
Block a user