Git Tutorial
GIT is a free and open-source distributed version control system
GIT is the most commonly used distributed version control
With GIT, you can track changes on files and collaborate with others
Audience
This tutorial is designed to walk you from the basic concepts to advance.
This tutorial will help beginners and professionals to understand GIT via the command line as well as GitHub.
When you complete this tutorial, you will find yourself good understanding and using GIT.
Objectives
The objectives of GIT tutorial are :
- Understanding the core concepts of GIT, including Version Control System principles
- Understanding and using the main commands
- Get used to Branching, Merging, and Rebasing
- Become more familiar with GitHub, one of the most popular GIT repository hosting services
Prerequisites
There are no prerequisites to learn GIT. Just knowing the basic terminal command will help you understand the concepts a little bit easy, don't worry if you aren't familiar with the terminal command. The GIT tutorial will go with you from the beginning step by step until mastering GIT.
Note : The examples are done on Linux (Ubuntu) and work on other operating systems like Windows.