Multiple Git repositories for each Eclipse project or one Git repository

后端 未结 5 674
半阙折子戏
半阙折子戏 2021-01-30 00:54

I am in the process of moving to Git from SVN. In SVN I had multiple eclipse projects in a single SVN repository that is convenient for browsing projects. I was going to move to

5条回答
  •  终归单人心
    2021-01-30 01:30

    Probably, it will be more performant to work with if You will create multiple git repositories.

    If You will make a branch, only project's files would be branched, and not all the projects. Small project it will be faster to analyze, to commit. Operations will take less of time.

    The log will be more clear also, You could make more granulated configuration if You will have multiple git repositories.

提交回复
热议问题