How to use git command in mac using command line
git command in mac Install Git Using Xcode xcode-select --install With Xcode running on your Mac, you can check whether Git is also available by prompting for the Git version: git --version Install Git Using Homebrew Another way to install Git is with…