Add url aliases for repohost to git
This commit is contained in:
parent
55c893a165
commit
88d4acf011
1 changed files with 7 additions and 0 deletions
|
@ -111,6 +111,13 @@ in
|
|||
column = true;
|
||||
patternType = "extended";
|
||||
};
|
||||
|
||||
url = {
|
||||
"ssh://git@repohost.bedum.horus.nu/" = {
|
||||
insteadOf = "rh:";
|
||||
pushInsteadOf = "rh:";
|
||||
}
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue