my-git

Team Collaboration

English 中文

This directory helps teams choose the right Git workflow and integrates branches, PRs, reviews, and release rhythms into a stable collaboration model.

What to Read First

Problem to Solve Recommended Reading
Unsure which workflow the team should choose Team Git Workflow Guide
How small teams and high-frequency Web services collaborate GitHub Flow
Release frequency differs from merge frequency GitLab Flow
Want to integrate frequently around the trunk Trunk-Based Development
Clients, SDKs, multi-version delivery Gitflow
Many external contributors Fork and Pull Request Workflow

PR and Review

If PRs are too large or reviews are too slow, read Pull Request Best Practices first. If the team often gets bogged down by low-value comments, unclear ownership, or inconsistent review quality, read Code Review Best Practices first.

Workflow Articles