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

后端 未结 16 1704
有刺的猬
有刺的猬 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:29

    In addition to already listed

    • gives you metrics (you can see how many commits you made, when and even for what reason)
    • comments - gives you another place to document and organize your code, which in turn gives you a new ways to manage your code
    • memory - you can track exactly what you changed when you were fixing such and such issue (you have full trackback at your disposal)

提交回复
热议问题