From e50e457a229ba448071553202a1a77ddf7b98f41 Mon Sep 17 00:00:00 2001 From: Victoria Fadare Date: Thu, 19 Oct 2023 13:28:24 +0100 Subject: [PATCH 1/4] Added name and email to the variables on the mine.py file --- mine.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mine.py b/mine.py index cee063b..fddb6db 100644 --- a/mine.py +++ b/mine.py @@ -1,6 +1,6 @@ # Define variables -name = "PUT YOUR NAME" -email = 'PUT YOUR EMAIL' +name = "Fadare Victoria" +email = 'ayomidefadare26@gmail.com' # Print the name and email address print("Name:", name) From 20aa097f733da2b91aa5de5df9fda4849aa5d1eb Mon Sep 17 00:00:00 2001 From: Victoria Fadare Date: Thu, 19 Oct 2023 15:02:15 +0100 Subject: [PATCH 2/4] secessfully added my project documentation to the README.md file --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9884dbc..a76959f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # Git-Github -hello +1.I Create a new branch named "FadareVictoria". +2.I use the "FadareVictoria" branch, to make necessary code changes to fix the critical bug. +3.I change name to "Fadare Victoria" and email to'ayomidefadare26@gmail.com' in the mine.py file. +4.I Commit my changes with a meaningful commit message. +5.I Push the "FadareVictoria" branch to the GitHub reposition. +6.I did git checkout main. +7.I merge "FadareVictoria" branch into the "main" branch. +8.I Push the changes to the "main" branch on GitHub. \ No newline at end of file From a84a62adf77863f788b7af7b6c5689c6145de342 Mon Sep 17 00:00:00 2001 From: Victoria Fadare Date: Thu, 19 Oct 2023 15:05:41 +0100 Subject: [PATCH 3/4] secessfully added my project documentation to the README.md file --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a76959f..1b5217e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Git-Github -1.I Create a new branch named "FadareVictoria". -2.I use the "FadareVictoria" branch, to make necessary code changes to fix the critical bug. -3.I change name to "Fadare Victoria" and email to'ayomidefadare26@gmail.com' in the mine.py file. -4.I Commit my changes with a meaningful commit message. -5.I Push the "FadareVictoria" branch to the GitHub reposition. -6.I did git checkout main. -7.I merge "FadareVictoria" branch into the "main" branch. -8.I Push the changes to the "main" branch on GitHub. \ No newline at end of file +1.I Create a new branch named "FadareVictoria".\\ +2.I use the "FadareVictoria" branch, to make necessary code changes to fix the critical bug. \\ +3.I change name to "Fadare Victoria" and email to'ayomidefadare26@gmail.com' in the mine.py file.\\ +4.I Commit my changes with a meaningful commit message.\\ +5.I Push the "FadareVictoria" branch to the GitHub reposition.\\ +6.I did git checkout main.\\ +7.I merge "FadareVictoria" branch into the "main" branch.\\ +8.I Push the changes to the "main" branch on GitHub.\\ \ No newline at end of file From cef0ed293b1f2e75dfd533bf9ad2941cc6c09252 Mon Sep 17 00:00:00 2001 From: Victoria Fadare Date: Thu, 19 Oct 2023 15:09:09 +0100 Subject: [PATCH 4/4] secessfully added my project documentation to the README.md file --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1b5217e..22d99d0 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Git-Github -1.I Create a new branch named "FadareVictoria".\\ -2.I use the "FadareVictoria" branch, to make necessary code changes to fix the critical bug. \\ -3.I change name to "Fadare Victoria" and email to'ayomidefadare26@gmail.com' in the mine.py file.\\ -4.I Commit my changes with a meaningful commit message.\\ -5.I Push the "FadareVictoria" branch to the GitHub reposition.\\ -6.I did git checkout main.\\ -7.I merge "FadareVictoria" branch into the "main" branch.\\ -8.I Push the changes to the "main" branch on GitHub.\\ \ No newline at end of file +1.I Create a new branch named "FadareVictoria".
+2.I use the "FadareVictoria" branch, to make necessary code changes to fix the critical bug.
+3.I change name to "Fadare Victoria" and email to'ayomidefadare26@gmail.com' in the mine.py file.
+4.I Commit my changes with a meaningful commit message.
+5.I Push the "FadareVictoria" branch to the GitHub reposition.
+6.I did git checkout main.
+7.I merge "FadareVictoria" branch into the "main" branch.
+8.I Push the changes to the "main" branch on GitHub.
\ No newline at end of file