- Clone the repository in your terminal:
git clone https://github.com/RICHYDOS/EliteMart.git
- Change into the repository root directory
cd EliteMart
- Change into your Folder
cd frontend or cd backend
- Create your own personal branch:
git checkout -b <your-name>
- Any other sub branches you create should be under your personal branch
- When you want to push to the repo, push to your branch and make a pull request
- You're good to go