diff --git a/src/day_3/notes.md b/src/day_3/notes.md index aa3e073..bf29ff7 100644 --- a/src/day_3/notes.md +++ b/src/day_3/notes.md @@ -8,6 +8,10 @@ Configure user-specific information like name, email etc. An example for setting 'git config --global user.email you@gotthis.com' +An example for setting the username would be + +'git config --global user.name "Wonderful-Person"' + ## git init ## git clone