Skip to content

Conversation

@Eugenie-A
Copy link

Learners, PR Template

Self checklist

  • I have titled my PR with REGION | COHORT_NAME | FIRST_NAME LAST_NAME | PROJ_NAME
  • My changes meet the requirements outlined in the README.md of this task

Changelist

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants