set up git on windows code example
Example 1: download git for mac
$ brew install git
Example 2: how to set up git user
$ git config --global user.name "Mona Lisa"
Example 3: git setup in windows
click on this link
https://www.youtube.com/watch?v=J_Clau1bYco
Example 4: install git bash in ubuntu
$ sudo apt-get install install-info