V1 Conflict Demo Repo for practicing Git collaboration workflows, including branching, merging, and conflict resolution.
- Made a real change!
- Simulates Git merge conflicts using two branches
- Demonstrates conflict resolution via CLI and GitHub PR UI
- Includes sample issues and PR review checklist
GitForTeams/ ├── Issue#1/ ├──README.md ├── Issue#2/ ├──README.md ├── README.md
git clone https://github.com/your-org/gitforteams.git
cd gitforteams
npm install