working with GIT and multiple projects

后端 未结 4 1104
予麋鹿
予麋鹿 2021-01-20 00:58

I have a core set of files I use for almost every project, but each project also has its own unique files too. When i work on one project i sometime update these core files

4条回答
  •  遥遥无期
    2021-01-20 01:26

    branches in git are probably not the best solution for your problem, but submodules are! but you need a repository for each project, plus a repository for your core files/libs.

提交回复
热议问题