Sell me distributed revision control

前端 未结 10 1915
滥情空心
滥情空心 2020-11-22 04:12

I know 1000s of similar topics floating around. I read at lest 5 threads here in SO But why am I still not convinced about DVCS?

I have only following questions (not

10条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-22 04:24

    Most likely, no one will sell you anything here. If you need git's features, just git init. If it does not fits for you, just don't.

    If you don't know git features yet, type git vs (note the ending space) in the Google search, and see the results from the autocomplete.

    I preferred Notepad over IDE until I needed Netbeans features. Seems that this is the same case here.

    As you know, there were many successful projects without VCS at all.

    PS. Selling git violates its license! ;)

提交回复
热议问题