Working with Git in China has some special challenges. GitHub can be slow and unstable. Many teams use domestic platforms like Gitee, Coding.net, or 极狐 GitLab. Each platform has its own setup for SSH, HTTPS, and CI/CD. This guide helps you configure them correctly.
Good Git workflows are important for team efficiency. You can choose from the classic Git Flow, the simple Trunk-Based Development, or a simplified model for small teams. The guide also covers branch naming rules and how to write commit messages in Chinese.
By following these practices, your team can avoid common pitfalls and work smoothly with Chinese Git platforms.
Global
mkdir -p ~/.claude/skills/chinese-git-workflowProject
mkdir -p .claude/skills/chinese-git-workflowSource Repository
Caveman Commitjuliusbrussee/caveman
Generate ultra-compressed commit messages with Conventional Commits format
Verification Before Completionobra/superpowers
Always run fresh verification before claiming work is complete or passing
Git Guardrails Claude Codemattpocock/skills
Stop dangerous git commands from running automatically with safety hooks
Setup Pre Commitmattpocock/skills
Automate code formatting type checking and tests before every commit
Using Git Worktreesobra/superpowers
Isolate your feature work with git worktrees and keep your main branch safe
Finishing A Development Branchobra/superpowers
Finish your development branch with merge, pull request, or cleanup options
Resolving Merge Conflictsmattpocock/skills
Resolve Git merge conflicts step by step preserving both intents
Git Commitgithub/awesome-copilot
Automatically write standardized git commits by analyzing your code changes