git project vs repository, what's the fundamental difference?

后端 未结 4 1285
再見小時候
再見小時候 2021-02-02 08:49

I have two projects that currently use SVN and I\'m migrating to git, I signed up to gitorious and there\'s the option to create a new project or add a repository. I\'m just sta

4条回答
  •  没有蜡笔的小新
    2021-02-02 09:32

    That is a gitorious, not a git thing. You can have multiple repositories per project.

    For instance, if you have a client/server application. You could have one project, and a repository for the client and a repo for the server inside it.

提交回复
热议问题