Installation on Windows:
Go to https://git-scm.com/
And download the latest ver of Git.
follow the steps, We need to almost keep the default setting and only one step we have to make sure we select Bit Bash here & Git GUI Here
To verify successful installation
click on Git Bash icon ( normally it is on the desktop after installation)
And type the following command
git –version (Hit Enter)
The terminal will show the version of git.
Installation on Mac/ Linux book
It is easy with brew package manager
brew install git
Or download from https://git-scm.com/ and follow the traditional software installation method.