Git Introduction

What is Git ?

Git is a popular version control system. It was created by Linus Torvalds in 2005, and has been maintained by Junio Hamano since then.

It is used for :

What does Git do ?

Working with Git

Why Git ?

What is Github ?

What is Bitbucket ?

What is GitLab ?

Git Website

Git Website Link :

Git Install

Git Download Lins
Name OS Link
Git Windows
Git Mac (CLI) sudo port install git brew install git
Git Linux Debian Based (CLI) sudo apt install git add-apt-repository ppa:git-core/ppa
sudo apt update
sudo apt install git