From the course: WordPress: Workflows

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Using version control

Using version control - WordPress Tutorial

From the course: WordPress: Workflows

Start my 1-month free trial

Using version control

- [Instructor] Using version control is a crucial part of any development project. It helps you develop new features while maintaining the integrity of a working code base. It also helps you test new features and troubleshoot bugs. Version control lets you save copies of your working code as well as make new copies, called branches, for new features or experiments. Think of it like a save point in a video game. You can do something and instead of going back to the beginning, you can pick up at your last save point. The most common type of version control is Git and that's what I recommend. The popular site, GitHub, let's you create both public and private code bases, called repositories or repos, to work from and both are completely free. Many hosting companies will also have Git integration. So you can build your code and deploy it your server without the need for using FTP or SFTP. As a bonus, if something breaks, you…

Contents