This project uses separate branches for each question:
q1, q2, q3, and q4.
Each collaborator has been assigned a specific question.
To keep the workflow clean and avoid merge conflicts, please make sure
you only push your changes to your assigned branch.
git clone <repository-url>
cd <repository-folder>(Replace q1 with the branch assigned to you.)
git checkout q1Edit files, add new code, or update your solution.
git add .
git commit -m "Add solution for Q1"git push origin q1- Do NOT push to the main branch.
- Do NOT push to questions assigned to others.
- Only open a Pull Request after completing your work.
- If you need code from another branch, wait for it to be merged by the repository owner.
Following these steps helps keep the project organized and ensures we
avoid accidental conflicts.
If you have any questions or face Git issues, feel free to ask!