From a93a75c028963fa49ee6df3bbf9d603e24e4bc5e Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Mon, 17 Dec 2012 01:57:59 +0100 Subject: Added a new shortcut on the gitconfig --- gitconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gitconfig b/gitconfig index 6fbc066..04263bd 100644 --- a/gitconfig +++ b/gitconfig @@ -14,7 +14,14 @@ [url "git@github.com:mssola/"] pushInsteadOf = mssola: +[url "git://github.com/"] + insteadOf = github: +[url "git@github.com"] + pushInsteadOf = github: + [url "git://anongit.kde.org/"] insteadOf = kde: [url "ssh://git@git.kde.org/"] pushInsteadOf = kde: +[push] + default = matching -- cgit v1.2.3