1
0
mirror of https://gitee.com/coder-xiaomo/gitee2github synced 2025-01-10 19:58:14 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
gitee2github/mapping.sample.json

15 lines
350 B
JSON
Raw Normal View History

{
"_": "请注意,在此处设置映射后将使用映射后的值进行比较,映射前的值将不再参与比较",
"orgNameMap": {
"from1": "to1",
"from2": "to2"
},
"repoNameMap": {
"from1": "to1",
"from2": "to2"
},
"fullNameMap": {
"from1": "to1",
"from2": "to2"
}
}