Adding version control to an existing project

前端 未结 22 966
天涯浪人
天涯浪人 2020-12-30 02:52

I am working on a project that has grown to a decent size, and I am the only developer. We currently don\'t use any version control, but I definitely need to start.

22条回答
  •  别那么骄傲
    2020-12-30 03:37

    in addition to all the other comments about the practicalities of getting the project under source control I'd encourage you to take a look at Streamed Lines: Branching Patterns for Parallel Software Development as guide to code line and branching policies - might save you some re-work later.

    Also Eric Sink had a great collection of posts introdcing the various source code control concepts - Source Control HOWTO

提交回复
热议问题