Helping students to keep their first PR.
- Fork the repository
- Clone the Forked repository to your local ( git clone <repo_url> )
- Create a branch, with your rollnumber or name ( git branch )
- Switch to that branch. ( git switch )
- Create a File, with your_name.md
- Write about yourself in it. Don't keep the file empty
- Stage those changes ( git add . )
- Check the staging area ( git status -s )
- Commit those changes, with a genric commit message ( git commit -m "My First Commit" )
- Push the changes to your forked repository. ( git push -u origin )
- From Github GUI, keep a PR.