September 2024
Intermediate to advanced
743 pages
27h 48m
English
In this chapter, I’ll show you how to manage the source code of your web project using a version control system.
“Save often, save early”—this advice is probably familiar to the gamers among you. If you don’t “Save often and save early,” your data (like your high score) can be lost. Of course, as a developer, you should take this advice into account as well. You should even go a step further and make backups of your source code on a regular basis. You can create backups manually (which is relatively time consuming), or you can use a version control system.
Figure 22.1 You Should Manage the Entire Source ...
Read now
Unlock full access