Is there a fundamental difference between backups and version control?

前端 未结 17 992
自闭症患者
自闭症患者 2020-12-29 23:22

How does version control differ from plain backups?

Let\'s forget about the feature decoration, and concentrate on the soul of version control. Is there a clear line

17条回答
  •  南方客
    南方客 (楼主)
    2020-12-30 00:05

    They are totally unrelated things. Think of version control as a kind of "time machine", which you can use to go back and forth in time with your code.

提交回复
热议问题