summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-11-13 18:35:15 -0700
committerSean Whitton <spwhitton@spwhitton.name>2015-11-13 18:35:45 -0700
commit9dd66eb2910d638e0d5b518e7754c6a3581ecd67 (patch)
tree5de19b0fc2fce8a0456aaab28c768ed8cc6c65af
parent78c8421eac37e9fcb337733c00f11815b76f2d3c (diff)
downloaddotfiles-9dd66eb2910d638e0d5b518e7754c6a3581ecd67.tar.gz
temporary dotfiles git redirect
-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]