As you dive deeper into DevOps workflows, you’ll find your Git skills come in handy when you really start automating your system and application deployments with infrastructure as code. Rather than manually deploying systems or making image templates (or cloning snapshots), you can describe what you want in a few code files and have fresh systems up and running in moments. The idea is to define once and deploy repeatedly anywhere.
Everything you’ve learned in this book so far has set you up ...