Below you will find the learning objectives that you will achieve through your self study of Git. There are many resources on the web that will help you learn about version control systems in general and Git in particular. You should take the time to read documentation, watch videos, and follow tutorials. In the end, you should better understand why Git is important and how to use Git to manage a local and remote repository to track changes in any project that you participate in.
Step 1: Review the learning objectives and material listed below.
Step 2: Work through the Learn Git tutorial on Codecademy.
Step 3: Install Git on in your local environment and create your own local repository using Git and the various commands that it supports.
Step 4: Register for a Github account, create a Github repository, and work with your remote repository on Github.
Git Intermediate