From eaefdecd6b60bb503b0b399d68345ddb46a1c30c Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 29 Jan 2015 06:58:52 +0900 Subject: move dotfiles repository to github the script to do HTTP hosting I was using on the MetaArray is annoyingly slow --- .gitconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig index daf2b588..fdca016d 100644 --- a/.gitconfig +++ b/.gitconfig @@ -26,6 +26,9 @@ # my personal repositories cloned via HTTP must be pushed via SSH [url "ssh://ma/~/local/git/"] pushInsteadOf = http://spw.sdf.org/git/ +[url "git@github.com:"] + pushInsteadOf = https://github.com/ + pushInsteadOf = git://github.com/ # turn colour on in as many places as possible [color] -- cgit v1.2.3