This page will provide some basic instructions on 8 or so topics that will be most fundamental to you including:
In addition, take a look at GIT’s new page on developing git skills: https://learn.github.com/skills
Also check a set of links to Youtube Channels with extensive tutorials for your further perusal.
This guide assumes you’ve installed Git and created a GitHub account.
Tell your git system who you are:
git config --global user.name "Your Name"
git config --global user.email "[email protected]"