ref(gitconfig)

This commit is contained in:
thek4n 2024-05-21 16:53:47 +03:00
parent fc146d28f0
commit d91fd1f033

View File

@ -89,6 +89,12 @@
[url "https://github.com/"]
insteadOf = "gh:"
[url "https://gitlab.com/"]
insteadOf = "gl:"
[url "https://bitbucket.org/"]
insteadOf = "bb:"
[url "git@github.com:"]
pushInsteadOf = "https://github.com/"
pushInsteadOf = "http://github.com/"