summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-11-29 22:56:46 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-11-29 23:04:17 -0700
commit5f9839601e7b95140e08502a751bc385163c9fe5 (patch)
treec758e0ad0fc69b12b89f16ec9521f34849b97689 /.gitconfig
parent833a7ea17c15ab59c13e9f0411b3a15c041d0aef (diff)
downloaddotfiles-5f9839601e7b95140e08502a751bc385163c9fe5.tar.gz
attempt git config updates for recent file & git hosting changes
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig14
1 files changed, 9 insertions, 5 deletions
diff --git a/.gitconfig b/.gitconfig
index c1ebb180..b6436a19 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -57,17 +57,21 @@
[url "git@git.spwhitton.name:"]
pushInsteadOf = https://git.spwhitton.name/
pushInsteadOf = git://spwhitton.name/
- pushInsteadOf = athena:
+ pushInsteadOf = athena: # compat
+ pushInsteadOf = demeter:
# private repositories must clone by SSH
[url "git@git.spwhitton.name:priv/"]
- pushInsteadOf = athenap:
- insteadOf = athenap:
+ pushInsteadOf = athenap: # compat
+ insteadOf = athenap: # compat
+ pushInsteadOf = demeterp:
+ insteadOf = demeterp:
[url "https://git.spwhitton.name/"]
#insteadOf = git://spwhitton.name/
- insteadOf = athena:
+ insteadOf = athena: # compat
+ insteadOf = demeter:
[url "spwhitton@athena.silentflame.com:"]
insteadOf = athenah:
-[url "gcrypt::rsync://athena:/srv/gcrypt/"]
+[url "gcrypt::rsync://athena:local/gcrypt/"]
pushInsteadOf = athenag:
insteadOf = athenag: