Skip to content

Commit

Permalink
Any GitHub repo with my username should be checked out r/w by default…
Browse files Browse the repository at this point in the history
…. thx @jamiew
  • Loading branch information
paulirish committed Sep 11, 2012
1 parent ecb31c1 commit 0daeb01
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,8 @@
pushInsteadOf = "git://gist.github.com/"
[url "git://gist.github.com/"]
insteadOf = "gist:"

# 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:paulirish/"]
insteadOf = "git://github.com/paulirish/"

0 comments on commit 0daeb01

Please sign in to comment.