Introduce Yourself to Git on macOS

Published: 23 August 2022
on channel: TheCoatlessProfessor
212
1

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.


Watch video Introduce Yourself to Git on macOS online without registration, duration hours minute second in high quality. This video was added by user TheCoatlessProfessor 23 August 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 212 once and liked it 1 people.