Git: Any GitHub repo with my username should be checked out r/w by default

This commit is contained in:
Artem Sapegin 2013-03-01 15:49:46 +04:00
parent 880127549c
commit 90fa99a47a
1 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,11 @@
[push]
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 "git@github.com:"]
insteadOf = "gh:"