3.3 Setup System
Configure the Git name and email address.
git config --global user.name "Your Name"
git config --global user.email "Your Email"
Configure the Git name and email address.
git config --global user.name "Your Name"
git config --global user.email "Your Email"