Git Client installation
Git can be installed in any operating systems like Windows, Linux and Mac. Most of the Mac and Linux machines, Git will be pre-installed.
Checking for Git:
git versionInstalling Git on Linux:
Ubuntu:
sudo apt-get updatesudo apt-get install git-allInstalling Git on Windows and Mac:
Was this helpful?