- Fork the repo
- Clone that in your system
- Add another remote ny the name of prod to avoid merge conflicts
git remote add prod https://github.com/Hungry-Beast/backend-pyp.git - Now whenever you wanna raise a PR, first make a pull
Remove the merge conflicts and then raise a PR
git pull prod master