Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# Git-Github
hello
1.I Create a new branch named "FadareVictoria".<br>
2.I use the "FadareVictoria" branch, to make necessary code changes to fix the critical bug. <br>
3.I change name to "Fadare Victoria" and email to'ayomidefadare26@gmail.com' in the mine.py file. <br>
4.I Commit my changes with a meaningful commit message. <br>
5.I Push the "FadareVictoria" branch to the GitHub reposition. <br>
6.I did git checkout main. <br>
7.I merge "FadareVictoria" branch into the "main" branch. <br>
8.I Push the changes to the "main" branch on GitHub. <br>
4 changes: 2 additions & 2 deletions mine.py
Original file line number Diff line number Diff line change
@@ -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)
Expand Down