This site is for beginners, to get started Click here.
There are several sources of good information on Git and GitHub, but the best way to learn is by doing. When I started trying to learn about version control it was hard for me to wrap my head around it. So the first source I am going to share is a series of YouTube videos by The Coding Train that helped me understand it a little better, while keeping it fun.
Git and GitHub for PoetsGitHub is also a source of good information, including this:
Git & GitHub CheatSheetTo see hidden files, including your git repo type in:
Shows a log of commits for the current repo:
Combine commands to be more efficient, two examples below:
Example 2
Definitions taken from GitHub: