summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-01-29 06:58:52 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-01-29 06:58:52 +0900
commiteaefdecd6b60bb503b0b399d68345ddb46a1c30c (patch)
tree34759f01067df5d033b1b83efb7a7e0fdfc195e3 /.gitconfig
parent7a2d34202a24e1bff611bae3e7bda224dff584a9 (diff)
downloaddotfiles-eaefdecd6b60bb503b0b399d68345ddb46a1c30c.tar.gz
move dotfiles repository to github
the script to do HTTP hosting I was using on the MetaArray is annoyingly slow
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig3
1 files changed, 3 insertions, 0 deletions
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]