Summary
We used Spotlight in the upper right corner to open Terminal.
Next, we typed two commands to introduce ourselves to git:
git config --global user.name "FirstName LastName"
git config --global user.email "[email protected]"
where "FirstName" and "LastName" should be substituted with your own first and last name. In addition, place your own e-mail where "[email protected]" is.