summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index 3f47b1c..15ca154 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -26,4 +26,11 @@
[core]
excludesfile = ~/.gitexcludes
+# this allows to write 'nec:bla/blubb'
+[url "git://git.necoro.eu/"]
+ insteadOf = "nec:"
+
+[url "ssh://git@git.necoro.eu/"]
+ pushInsteadOf = "nec:"
+
# vim: noexpandtab