将更改作为父模块的子模块推送到其他分支

时间:2018-11-26 21:14:16

标签: git branch git-submodules

我在仓库中有一个分支main和另一个分支child,这也是分支main的子模块。

main
- somefile
- somefolder
- child (S)
   -somefile

如果在child分支上工作时对main子模块文件夹进行了更改。我将如何提交更改并将其推送到child分支?

0 个答案:

没有答案