London | ITP January-2026 | Eugenie Ahangama | GitHomeworkTest | Sprint 1 #749
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Learners, PR Template
Self checklist
README.mdof this taskChangelist
Added a new bio page containing my personal introduction as part of the Git homework. This includes a Markdown file with 13 lines of content describing who I am.
I used the following git commands for this project:
Created and worked on my branch:
git add .
git commit -m "Add bio content for Eugenie Ahangama"
git push -u origin bio-page
Checking and fixed my git identity:
git config --global user.name "Eugenie Ahangama"
git config --global user.email "[email protected]"
Rewrote my commit author to the right account:
git commit --amend --author="Eugenie Ahangama [email protected]"
git push --force
Final successful push to the corrected commit:
git push --force