working with GIT and multiple projects

后端 未结 4 1220
予麋鹿
予麋鹿 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条回答
  •  猫巷女王i
    2021-01-20 01:19

    One possibility is that you put your core routines in a repository called "core" or something like that and then add that as a submodule to all your other projects.

提交回复
热议问题