This commit is contained in:
徐晓伟 2023-10-15 18:56:29 +08:00
parent 33fc530224
commit d37916578c
1 changed files with 3 additions and 0 deletions

View File

@ -57,6 +57,9 @@ func Projects() *cli.Command {
for index, project := range projects {
log.Printf("Index: %d,\t ID: %d,\t Path: %s,\t Name: %s\n", index, project.ID, project.Path, project.Name)
//name := strings.Replace(project.PathWithNamespace, "xuxiaowei-com-cn/", "", -1)
//fmt.Printf("git submodule add -b main ../%s.git %s\n", name, name)
}
return nil