Suggestions please for a home version control system

前端 未结 17 1744
我在风中等你
我在风中等你 2021-02-04 16:04

I have a home project that really needs to be in Source Control. I tried installing Subversion, which I have some experience with, but couldn\'t get it working. I don\'t parti

17条回答
  •  野性不改
    2021-02-04 16:10

    I can't believe nobody has mentioned GIT.

    It's ideal for what you are looking for. Each working directory becomes a repository. It's a simple case of changing to your project dir. Init'ing and Committing then start working. Has some neat features for branching and merging.

提交回复
热议问题