Git MacOS Install
If XCode is installed on your Mac, Git is already installed on your system by default. Open your terminal and apply the code at the bottom.
git version
If you’re getting version information, it’s installed.
However, if it is not installed, you can install https://sourceforge.net/projects/git-osx-installer/files/ by downloading the installation file from this address. I couldn’t prepare a setup guide for you because I don’t have a Mac computer right now.
But rest assured, it is as simple as Windows.