summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitconfig9
1 files changed, 6 insertions, 3 deletions
diff --git a/.gitconfig b/.gitconfig
index 78daad23..f48b20b7 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -41,9 +41,12 @@
insteadOf = git://github.com/
insteadOf = github:
-# temporary redirect
-# [url "git@spwhitton.name:"]
-# insteadOf = http://spw.sdf.org/git/
+# temporary redirects
+[url "git@spwhitton.name:dotfiles.git"]
+ insteadOf = https://github.com/spwhitton/dotfiles.git
+ pushInsteadOf = https://github.com/spwhitton/dotfiles.git
+# [url "git@spwhitton.name:propellor.git"]
+# insteadOf = https://github.com/spwhitton/propellor.git
# turn colour on in as many places as possible
[color]