This is an repository especially made for first commit on the occasion of HackToberfest.
- Fork this Repository using the button at the top
- Clone your forked repository to your pc
- Create a new branch for your modifications (ie.
git branch new-user
and check it outgit checkout new-user
andgit checkout -b new-user
.The last command will create a new branch and will automatically checkout you to new branch.) - Add your profile page in Students\
- Add your files (
git add -A
), commit (git commit -m "added myself"
) and push (git push origin new-user
) - Create a pull request
- Star this repository
- Wait for Pull Request to merge
- Celebrate - you've done your first pull request!!
You can also use GitHub desktop to edit the name file and pull request.