

Git is an essential tool for collaborating with other programmers. Download the free Git client for Windows, Mac & Linux GitKraken Git GUI is free for use with public repositories. On the Select Components screen you’ll probably want to check on the option to have it put an additional icon On the Desktop, but otherwise, just keep clicking Next to go through the installer.

The default options should be fine for most people. Proceed with the download/install process until it’s done. It has the richness of features with free or fair pricing tiers. While there are many GUI clients for git, I have an affinity for GitKraken. Your keys are stored in the /.ssh directory. If you do not have it installed, you’ll be prompted to download and install the Xcode developer tools (which include Git). Optionally, add to SSH agent: eval '(ssh-agent -s)' ssh-add -K /.ssh/ided25519. If it tells you a git version number, you already have Git installed. In the Terminal window, type the following and press Return: git -version Go to Applications > Utilities and open Terminal.app.
