mirror of https://github.com/nirenjan/dotfiles.git
Add URL aliases in gitconfig
parent
89a016625d
commit
172633dd5f
|
@ -37,4 +37,11 @@
|
||||||
co = checkout
|
co = checkout
|
||||||
ci = commit
|
ci = commit
|
||||||
st = status --short --branch
|
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:
|
||||||
|
|
Loading…
Reference in New Issue