• Getting started with Git – Introduction for Beginners

    Getting started with Git – Introduction for Beginners

    Introduction Git is the most popular tool for keeping track of changes in software projects. It’s especially useful for WordPress developers. Learning Git helps you manage changes to your code, work well with other developers, and make deploying your projects easier. In this post, we’ll take a look at what actually Git is and how…

  • An introduction to WP-CLI for Beginners

    An introduction to WP-CLI for Beginners

    Last week I spoke a talk about WP-CLI at WordCamp Vienna. In this post, I want to give you a short overview of the command-line and WP-CLI. What is the command line? The command line or console, terminal, shell, interface, CMD, CLI or prompt, is nothing more than a text-based program for viewing, editing or manipulating files.…