My WordPress .gitignore config file

by

In this article, I’ll share my WordPress .gitignore configuration file.

Things I put in .gitignore file for Vue.js projects

by

In this article, I’ll share a .gitignore file that I use for my Vue.js projects.

Untrack already tracked file in Git repository

by

Learn how to untrack a single file that has already been tracked in Git.

How to create a branch from another branch in Git

by

In this tutorial, you’ll learn how to create a new branch from another branch with git and switch to it.