【发布时间】:2013-01-13 14:16:21
【问题描述】:
我有 repo 包装器和大约十几个不同的 git 存储库。
我想要一个可以稍后应用/使用的补丁 以下列方式:
我想对所有更改的子模块执行此命令:
git checkout -b all_sub_branch
git commit -a all_submodules
git format-patch all_submodules aaa.patch
git apply aaa.patch
【问题讨论】:
标签: git git-submodules repository