summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-02-11 13:57:53 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-02-11 13:57:53 -0700
commit2308a35508b09bb9573b0222adfaccf8e19589e7 (patch)
tree19d6146583d4b05a5905bded7b29cb4ce609be7f /.gitconfig
parent9f1e5a2d93ba62e136fd1e11c995f8ba8c7d473f (diff)
downloaddotfiles-2308a35508b09bb9573b0222adfaccf8e19589e7.tar.gz
update config for private repos
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitconfig b/.gitconfig
index a786623e..0b9fb4e2 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -32,7 +32,9 @@
[url "git@spwhitton.name:"]
pushInsteadOf = https://git.spwhitton.name/
pushInsteadOf = athena:
- # private repositories must clone by SSH
+# private repositories must clone by SSH
+[url "git@spwhitton.name:priv/"]
+ pushInsteadOf = athenap:
insteadOf = athenap:
[url "https://git.spwhitton.name/"]
insteadOf = git://spwhitton.name/