init
This commit is contained in:
commit
807c3b0094
11 changed files with 533 additions and 0 deletions
13
example-config.json
Normal file
13
example-config.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"schemes": {
|
||||
"myorg": {
|
||||
"template": "github:my-organization/{path}"
|
||||
},
|
||||
"internal": {
|
||||
"template": "git+ssh://git.internal.corp/{path}"
|
||||
},
|
||||
"gl": {
|
||||
"template": "gitlab:mycompany/{path}"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue