Add URL aliases in gitconfig

master
nirenjan 2018-04-26 22:20:37 -07:00
parent 89a016625d
commit 172633dd5f
1 changed files with 8 additions and 1 deletions

View File

@ -37,4 +37,11 @@
co = checkout
ci = commit
st = status --short --branch
[url "git://github.com/"]
insteadOf = gh:
[url "git@github.com:"]
pushInsteadOf = gh:
[url "git://github.com/nirenjan/"]
insteadOf = my:
[url "git@github.com:nirenjan/"]
pushInsteadOf = my: