Instaling GIT

About git

In essence, Git allows multiple developers to work on the same project simultaneously without interfering with each other’s work. It tracks changes to files, facilitates collaboration, and enables developers to revert to previous versions of their code if needed.

Git is a distributed version control system primarily used for managing source code during software development. It was created by Linus Torvalds, the creator of Linux, in 2005.

Download here: https://git-scm.com/download/win

OR

Instal in powershell:

(Install winget tool if you don’t already have it, then type this command in command prompt or Powershell.)

winget install --id Git.Git -e --source winget
winget install Git.Git

Leave a Reply

Your email address will not be published. Required fields are marked *