From b21c4e4d1262a69d2bbb24ba13672f2c6be2a1b1 Mon Sep 17 00:00:00 2001 From: Jacob Kiers Date: Fri, 10 Apr 2015 13:53:10 +0000 Subject: [PATCH] Add some more gitconfig shortcuts These just make some things a little easier when a repository is directly cloned. Signed-off-by: Jacob Kiers --- tilde/gitconfig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tilde/gitconfig b/tilde/gitconfig index 0f810a0..ef448f2 100644 --- a/tilde/gitconfig +++ b/tilde/gitconfig @@ -45,7 +45,16 @@ [url "git@github.com:jacobkiers/"] insteadOf = "git://github.com/jacobkiers/" +[url "git@bitbucket.org:alphacomm/"] + insteadOf = "https://bitbucket.org/alphacomm/" + +[url "git@bitbucket.org:jacobkiers/"] + insteadOf = "https://bitbucket.org/jacobkiers/" + # URL shorthands + +[url "git@bitbucket.org:"] + insteadOf = "bb:" [url "git@github.com:"] insteadOf = "gh:" pushInsteadOf = "github:"