The video shows you how to commit changes in your local code to your remote on GitHub.
There's a step by step example on changes made to a html file on your local machine and later commit the changes to GitHub
The commands commands covered are
1.git add
2.git commit -m
3.git push
4.git log
0:00 Overview of what is covered
0:40 Creating a Repo & Initializing it
1:00 Cloning A repo
2:00 Working on your Repo
7:00 Updating your Local changes to your Repo
• How to install Git & Clone a Reposito...