From 35651c018ab39253b4e67ff62552db98d206e03d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Neumann?= Date: Mon, 1 Oct 2012 15:44:47 +0200 Subject: Allow nice pathes in git --- .gitconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.gitconfig') 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 -- cgit v1.2.3