summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitconfig b/.gitconfig
index 0bf0fc2..23c05fe 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -46,11 +46,12 @@
branch = yellow bold
# this allows to write 'nec:bla/blubb'
-[url "https://git.necoro.eu/"]
+[url "https://git.necoro.dev/"]
insteadOf = "nec:"
-[url "ssh://git@git.necoro.eu/"]
+[url "ssh://git@git.necoro.dev/"]
pushInsteadOf = "nec:"
+ pushInsteadOf = "https://git.necoro.dev/"
pushInsteadOf = "https://git.necoro.eu/"
# vim: noexpandtab