Pull Request Guidelines
git clone https://github.com/<your-github-username>/github-codespaces-clone
- Set upstream command
git remote add upstream https://github.com/Mridul2820/github-codespaces-clone.git
- Navigate to the new project directory:
cd github-codespaces-clone
- 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! 🙌🏼