Git in a company - hosting own server

前端 未结 7 2368
情深已故
情深已故 2021-02-09 04:59

I am presenting Git to a 10 man programming team who currently use Visual Source Safe.

They need to host their Git server inside the company. Windows or Linux. Direc

7条回答
  •  无人及你
    2021-02-09 05:50

    I'd be a bit concerned about suggesting git for your version control system. Visual Source Safe is about as Microsoft of a product as one can get, while git is on the other extreme and barely functions on Windows.

    TortoiseGit, a Windows interface to git, is now available. This tempers my original response, as I feel having a GUI access to your source-control system is very important for the majority of Windows developers.

提交回复
热议问题