summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-07-10 22:27:13 +0100
committerSean Whitton <spwhitton@spwhitton.name>2019-07-10 22:27:29 +0100
commit0e8c489a1a091ad7f73edf69412d799338a16138 (patch)
treed5aa03ea62ca8c387b67d970ec91f29eebada0da /.gitconfig
parent65c6cfb7e2ebe9dd5549d8f3b0df81cffd42524b (diff)
downloaddotfiles-0e8c489a1a091ad7f73edf69412d799338a16138.tar.gz
spwhitton.name->git.spwhitton.name
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitconfig b/.gitconfig
index 57f1bd3c..2eaf367c 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -50,12 +50,12 @@
# ---- URIs ----
-[url "git@spwhitton.name:"]
+[url "git@git.spwhitton.name:"]
pushInsteadOf = https://git.spwhitton.name/
pushInsteadOf = git://spwhitton.name/
pushInsteadOf = athena:
# private repositories must clone by SSH
-[url "git@spwhitton.name:priv/"]
+[url "git@git.spwhitton.name:priv/"]
pushInsteadOf = athenap:
insteadOf = athenap:
[url "https://git.spwhitton.name/"]