From 90fa99a47a63a5dd040b09a8432b27092330e63d Mon Sep 17 00:00:00 2001 From: Artem Sapegin Date: Fri, 1 Mar 2013 15:49:46 +0400 Subject: [PATCH] Git: Any GitHub repo with my username should be checked out r/w by default --- tilde/gitconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tilde/gitconfig b/tilde/gitconfig index c1f96d8..709a9db 100644 --- a/tilde/gitconfig +++ b/tilde/gitconfig @@ -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:"