Git Setup Best practices

后端 未结 5 1745
执笔经年
执笔经年 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:26

    I would recommend gitolite if you host the repo internally. You add a central repo by simply changing the confusion file.

    Unless you are doing cross-platform development, set auto crlf to false.

    Manage your branches this way:

    http://dymitruk.com/blog/2012/02/05/branch-per-feature/

提交回复
热议问题