Git is an amazing VCS tool that allows you to track changes to files and large projects over time. It also has the ability to link up with GitHub and be made into a powerful collaboration tool for developers. Let's go over the basic rules and concepts to get started with Git and GitHub.
In order for you to get Git to set up an empty Git repository you will need to perform the git init command while in the project you want to attach it to. Then you will need to add git to the file you want to track.