home/git: add support for 'github:' short urls
This commit is contained in:
parent
c4f98ec9e7
commit
38c61cfcd4
|
@ -6,6 +6,10 @@
|
|||
hostname = "login.stud.ntnu.no";
|
||||
proxyJump = "pvv";
|
||||
};
|
||||
"github" = {
|
||||
user = "git";
|
||||
hostname = "github.com";
|
||||
};
|
||||
"gitlab.stud.idi.ntnu.no" = {
|
||||
user = "git";
|
||||
proxyJump = "pvv";
|
||||
|
|
|
@ -83,7 +83,8 @@
|
|||
|
||||
github.user = "h7x4";
|
||||
|
||||
"url \"git@github:\"".insteadOf = "https://github.com/";
|
||||
"url \"github:\"".insteadOf = "https://github.com/";
|
||||
|
||||
|
||||
web.browser = "google-chrome-stable";
|
||||
|
||||
|
|
Loading…
Reference in New Issue