Git Setup Best practices

后端 未结 5 1636
执笔经年
执笔经年 2021-01-30 11:28

I was tasked with setting up Git for my office. We have several sites. I just set up a network drive for us to push our changes to. My question is: Where do I init the Git repos

5条回答
  •  故里飘歌
    2021-01-30 12:17

    You probably want to have a centralized server which you push changes to and clone from. This server may have one repository or many. I recommend reading http://sethrobertson.github.com/GitBestPractices/ which has several sections of direct interest. Specifically picking a local workflow, a distributed workflow, and how to divide your work up into repositories.

提交回复
热议问题