Git Basics
This Git basics tutorial briefly explains the major Git commands. The section on setting up a repository for the first time describes the commands you need when starting version control for a new project. The remaining sections introduce Git commands used in everyday work.
After completing this tutorial, you will be able to create a Git repository, safely save project snapshots, and browse project history.
Git Practice: Basics