Now, let's move in to the Terminal to test the installation. From the Terminal we can go ahead and run git --version. This is going to print a new version of Git we have installed:
git --version
As shown in the following screenshot, we can see we have git version 2.14.3:

Now if you have your Terminal still open and you're getting an error like git command not found, I'd recommend trying to restart your Terminal. Sometimes that is required when you're installing new commands such as the git command, which we just installed.