Chapter 2 - Get Started With Git
Initializing a Local Git Repository
Open a terminal and create a folder. For this tutorial, let's create a folder called countries.
mkdir countries
Navigate into the countries directory you just created.
cd countries
Next, initialize (create...
yuscode.hashnode.dev5 min read