Add some more gitconfig shortcuts

These just make some things a little easier when a repository is
directly cloned.

Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
Jacob Kiers 2015-04-10 13:53:10 +00:00
parent 3cbff4da78
commit b21c4e4d12
1 changed files with 9 additions and 0 deletions

View File

@ -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:"