Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I mean, versioning is basically free from a technical / storage / time spent standpoint, and my experience says that if you don’t do it you likely will lose your code at some point
 help



To be fair you can have versions and backups even if you don't use a versioning tool like git. Good old _v2, _v3, _v4.

Fair, but like, why??

Simpler. Or you work/collaborate on projects with people who really shouldn't have to learn Git, even via a GUI.

I'm a programmer by trade and do plenty of versioning via _v1 and so on when working on music with others, we basically send .zip files over Telegram and append some label at the end. Not gonna ask these people to learn something when basic "have many copies" does the trick sufficiently good.


If you're making static websites, there's no code to lose.

Second order code loss: make a change, realize you screwed everything up, unable to revert

Is that why even Google Docs has version control?

I use Git for version control, but not for deployment because I don’t want to bother making a commit every time I want to fix a typo.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: