From f460a6e621990f3558ee38567abc5855855730cf Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Fri, 12 Mar 2010 12:35:24 +0100 Subject: [PATCH] add url alias to header --- header.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/header.html b/header.html index 92576a9..844e041 100644 --- a/header.html +++ b/header.html @@ -16,3 +16,12 @@ I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

+ +

If you use my repositories frequently, consider adding the following +snippet to ~/.gitconfig and using the third clone URL listed for each +project: +

+[url "git://git.madduck.net/madduck/"]
+  insteadOf = madduck:
+
+

-- 2.39.2