Git lesson 1: Initialize a repository and check its status

In lesson 0 you learned to configure Git. You will now learn how to use Git to start tracking files in a folder. Let’s create your first repository. The first thing you need to do is create a new folder. This is where you will put the project files you want to put under version control. Don’t worry if you
Read more