Pull Request Guidelines
git clone https://github.com/<your-github-username>/git-o-get
- Set upstream command
git remote add upstream https://github.com/Mridul2820/git-o-get.git
- Navigate to the new project directory:
cd git-o-get
- Create Your own branch
git checkout -b <YOUR_BRANCH_NAME>
- Run it Locally
- Add yor changes
git add .
- Commit your changes with a meaningful message
git checkout -m "<Your Message>"
- Push your local commits to the remote repository
git push origin <YOUR_BRANCH_NAME>
- Create a Pull request
- Congratulations! You've made your first contribution! 🙌🏼