install git on mac code example
Example 1: install git ubuntu
$ sudo apt install git
Example 2: where is my .git config mac
vi $HOME/.gitconfig
Example 3: download git for mac
$ brew install git
$ sudo apt install git
vi $HOME/.gitconfig
$ brew install git