TeamCity - keeping Git submodule up to date?

家住魔仙堡 提交于 2019-12-05 14:00:06
VonC

You could add a step which will check, from the parent repo, if a submodule has any modified file.

See "Git tells me my subproject is dirty, what does this mean?" as an example.

Make sure that submodule isn't configure ion your parent repo to ignore internal changes: "Git: can I suppress listing of 'modified content'/dirty submodule entries in status, diff, etc?".

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!