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:
parent
3cbff4da78
commit
b21c4e4d12
@ -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:"
|
||||
|
Loading…
Reference in New Issue
Block a user