Why should I use version control if I'm working alone and already back up regularly?

后端 未结 16 1715
有刺的猬
有刺的猬 2021-02-05 16:53

I\'m working on a project:

  • Just me, no collaboration/source code sharing
  • I\'m already backing my code up regularly, and I can use Dropbox to restore mista
16条回答
  •  情书的邮戳
    2021-02-05 17:25

    Ever look at some piece of code and think, "Why did I do that?" Source control will answer that for you, via timestamps and comments on each commit.

    And if nothing else, knowing how to use source control is a valuable skill for a developer.

提交回复
热议问题