summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-11-14 18:18:47 -0700
committerSean Whitton <spwhitton@spwhitton.name>2015-11-14 18:18:47 -0700
commit1f579132b23c7f0001704eb65ddde1bddf35a780 (patch)
treeee9fb4546e9e683fa0cd50ad16e7841c6486bd72
parent9dd66eb2910d638e0d5b518e7754c6a3581ecd67 (diff)
downloaddotfiles-1f579132b23c7f0001704eb65ddde1bddf35a780.tar.gz
insteadOf alias to clone from athena by SSH
for private repos not served by https
-rw-r--r--.gitconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index f48b20b7..e17f1551 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -26,6 +26,8 @@
[url "git@spwhitton.name:"]
pushInsteadOf = https://git.spwhitton.name/
pushInsteadOf = athena:
+ # private repositories must clone by SSH
+ insteadOf = athenap:
[url "https://git.spwhitton.name/"]
insteadOf = git://spwhitton.name/
insteadOf = athena: