Skip to content

koinchsushan/cardsProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Collaboration Guide

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.


🚀 How to Work on Your Assigned Branch

1. Clone the Repository

git clone <repository-url>
cd <repository-folder>

2. Switch to Your Assigned Branch

(Replace q1 with the branch assigned to you.)

git checkout q1

3. Make Your Changes

Edit files, add new code, or update your solution.

4. Stage and Commit Your Work

git add .
git commit -m "Add solution for Q1"

5. Push Your Changes to Your Branch Only

git push origin q1

⚠️ Important Rules

  • 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.

🙏 Thank You

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors