01 Configure Git

To use git, you must first setup the username and email, of the person making the changes.

git config --global user.name "John Doe"
git config --global user.email [email protected]