Windows

Install

  • simply download Git EXE file from Git for Windows
  • Run it and Install
  • Check version from command prompt with git version

Linux - Debian/Ubuntu/Kali

Usually it comes pre installed. If its not in your system open Terminal and use the code:

  • Update your repository with sudo apt-get update
  • Install sudo apt-get install git-all
  • After install check version git version

Mac

  • Go to macOS Git Installer
  • After installation open terminal and use code to check installation git version

For more info on installation visit this Github Link