git commands on windows code example
Example 1: download git for mac
$ brew install git
Example 2: git commands
git init
git add *Enter File Name Here*
git commit -m "first commit"
git remote add origin *Enter URL Here*
git push -u origin master
Example 3: git bash in cmd
"C:\Program Files\Git\bin\sh.exe" --login