Test your Apache configs and .htaccess locally

Let’s be honest, modifying Apache configurations or .htaccess is always scary on a remote server, especially if you expect some traffic to reach your website. And testing…

git logo

Git cheat sheet

Create or clone a repo Creates a new repository in the current directory Clones a repository from the URL specified. Can be HTTPS or SSH. You can…

A set on git commands in a Linux terminal

Getting started with git CLI

What is a CLI? CLI stands for Command Line Interface. You get to use the Command Line Interface in a terminal application. Whatever system you use there…