Git: Any GitHub repo with my username should be checked out r/w by default
This commit is contained in:
parent
880127549c
commit
90fa99a47a
@ -30,6 +30,11 @@
|
|||||||
[push]
|
[push]
|
||||||
default = current
|
default = current
|
||||||
|
|
||||||
|
# Any GitHub repo with my username should be checked out r/w by default
|
||||||
|
# http://rentzsch.tumblr.com/post/564806957/public-but-hackable-git-submodules
|
||||||
|
[url "git@github.com:sapegin/"]
|
||||||
|
insteadOf = "git://github.com/sapegin/"
|
||||||
|
|
||||||
# URL shorthands
|
# URL shorthands
|
||||||
[url "git@github.com:"]
|
[url "git@github.com:"]
|
||||||
insteadOf = "gh:"
|
insteadOf = "gh:"
|
||||||
|
Loading…
Reference in New Issue
Block a user