Step 1 - Riverside-Software/pugchallenge2019 GitHub Wiki
Configure Git Client
- Click on the Cmder icon
- Execute
git config --global --add user.name "John Doe"
to specify your user name (it will appear on every Git commit) - Execute
git config --global --add user.email "[email protected]"
(a Git commit is always associated to an email address) - Execute
git config -l
to verify user information is correctly set
🚀🚀🚀 Jump to Step 2 !!! 🚀🚀🚀