Git: how to avoid repetitive committing with sub-sub-sub… Git -repos?

后端 未结 3 522

I have many sub -repos, meaning one big umbrella repo that has smaller repos. Now when I do a commit in a leaf repo, it will automatically mean that I get a change in its pa

3条回答
  •  旧巷少年郎
    2020-12-11 11:44

    Don't create repositories within repositories. That will avoid repetitive commits. Probably will solve other issues as well.

    If you really think you have a need for repositories within repositories then use submodules.

提交回复
热议问题