How to Install Git on Linux, Mac or Windows || Setup Git || Git: Create a New Repository || Tutorial

Опубликовано: 25 Март 2026
на канале: Domain of Computer Science
66
3

Why a Version Control System like Git is needed?
Real life projects generally have multiple developers working in parallel. So a version control system like Git is needed to ensure there are no code conflicts between the developers.

Additionally, the requirements in such projects change often. So a version control system allows developers to revert and go back to an older version of the code.

Finally, sometimes several projects which are being run in parallel involve the same codebase. In such a case, the concept of branching in Git is very important.

Let’s get started on using Git now
Rather than mentioning all the concepts at once, I will explain the concepts of Git through an example so that it is easier to follow.

Install Git on your System :
https://gist.github.com/derhuerst/1b1...

Verify if Git is installed by using the following command in the command prompt:
git --version

Please Like, Subscribe, Share this video and help me to grow My channel.