Less than a minute read

Hosting on GitHub

Required expertise level : Intermediate

Platform : Any

Last tested and confirmed : January 2022



Install Git

  • MS Windows

    • Download and install the official installation file
    • Install using Chocolatey windows package manager choco install git
  • Gnu/Linux

    • Normally, you will fine Git package available in your distribution software repositories, in that case you can simply use your package manager to install it directly. ex: apt install git
  • macOS

    • Install using Homebrew package manager. brew install git