In Ariel's freeCodeCamp article, he lays out three key rules you should follow if you want to become a Git master.

The rules are:

  • Rule #1: Create a Git repository for every new project
  • Rule #2: Create a new branch for every new feature
  • Rule #3: Use Pull Requests to merge code to Master

Ariel explains why you should follow these rules and how they've become best practices over time.

Read Ariel's full article on freeCodeCamp's Medium publication (7 minute read).