What the Git?

When working with code, version control is a must. How often do you start writing something and then BOOM: your site just exploded. Or you really want that lolcatz function you wrote back. The beauty of version control is it lets you roll back and restore old versions of code and also allows you to keep track of what you’re working on currently. We’ll be talking about how to 1) use Git and 2) see how it can benefit your WordPress workflow.