Before you do anything, you must FORK this repo. Failing to do so will result in several issues down the line.
V2 Conflict Demo Repo for practicing Git collaboration workflows, including cloning, 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-V2/ ├── Issue#1/ ├──README.md ├── Issue#2/ ├──README.md ├── README.md
git clone
cd gitforteams
npm install