In this assignment, you will create a readme file in your student folder with your own name (e.g., Mohammed.md), write your personal information, and also share what you have learned about Git & GitHub. Follow these instructions:
- Fork this repository and then clone the forked repository to your computer.
- Create a new file in your students folder and name it with your own name, e.g., "yourname.md".
- Write a brief introduction to introduce yourself which may include your name, skills, and your current course or program of study.
- Add the README.md file to the staging area.
- Commit your changes and push them to your forked repository.
- Create a pull request to the original repository.
In addition to the basic requirements, enhance your readme file with the following information:
- Create a new branch named "git-learning" and switch to that branch.
- Include five things you have learned about Git and GitHub in today's lesson in the README.md file.
- Add the changes to the staging area and commit them.
- Switch back to the main branch.
- Merge the changes from the git-learning branch into the main branch.
- Push the changes to your GitHub repository.
If you want to go the extra mile, you can include the following information:
- Peer reviews.
- Add the label "Ready to Review".
Please note that the bonus requirements and reviews are optional and can be completed if you have additional time and advanced skills.
Happy creating and sharing your personal info readme!