For this task all required information is in the Task 3 folder. Present yourself following the appropriate template.
Before anything else change the branch and make a new one from the master branch
.
git checkout master
git branch -M task3
- This task is in relation to your educational experience. It's done as follows:
[
["university of bamenda", "Nahpi", "2019", "present"],
["university of houston", "Faculty of Science", "2016", "2019"],
]
- Commit, push and make a pull request
git commit -m "feat: added educational background of <username>"
git push
-
Open a pull request.
-
Done!