Best version control for a one man web app?

前端 未结 19 775
孤城傲影
孤城傲影 2020-12-08 08:28

I\'m just learning how to do things, and want to start using some sort of version control for a web app.

What\'s most appropriate for deploying a python or php web a

19条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-08 09:15

    SVN. If one does not need concurrent access (which is your case), it is VERY easy to setup as no server is required at all. Definitely your weapon of choice.

提交回复
热议问题