What problem does it solve?
Provides a practical, locally adapted Git workflow and configuration set to avoid common pitfalls teams face in China, including unstable GitHub access, incompatible CI/CD practices, and inconsistent commit/PR conventions.
Core Features & Use Cases
- Platform-specific configurations: Remote and SSH setups for Gitee, Coding.net, and Jihulab/GitLab to ensure reliable access and mirrored pushes.
- Branching and release strategies: Trunk-based, Git Flow, and simplified domestic workflows with naming rules and lifecycle guidance for small to large teams.
- CI/CD and templates: Practical pipeline examples and PR/MR templates adapted for Gitee Go, Coding CI, and GitLab CI to streamline testing and deployment.
- Use case: A mid-sized team migrating from GitHub to Gitee can apply the provided SSH, remote, branch naming, commit message, and CI examples to maintain release cadence and developer ergonomics.
Quick Start
Configure your repository by adding the appropriate remote and SSH identity for your chosen platform, adopt the recommended branch naming and commit message convention, and install the provided CI pipeline template for staging and production.