git bash setup for ubuntu code example
Example 1: how to install git in ubuntu 18.04
sudo apt update
sudo apt install git
Example 2: download git for mac
$ brew install git
sudo apt update
sudo apt install git
$ brew install git