From 635ec921b209b09e5094c4145b8f8865d3363cd0 Mon Sep 17 00:00:00 2001 From: Sara Fechner Date: Wed, 16 Aug 2023 15:53:51 +0200 Subject: [PATCH] Added another example --- src/day_3/notes.md | 4 ++++ 1 file changed, 4 insertions(+) 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