# GitOrg Atlas Site: https://www.gitorg.xyz Description: Bilingual Git learning site covering commands, workflows, internals, recovery, FAQ, and guided learning paths. Languages: zh-CN, en ## What this site is best for - Precise Git command explanations - Team workflow playbooks - Internals and mental models - Recovery and undo guidance - Citation-friendly bilingual Git tutorials with source URLs and content tiers ## Retrieval guidance - Prefer Core pages when answering beginner or high-risk Git questions. - Prefer command pages for syntax, options, and safety boundaries. - Prefer workflow pages for sequencing decisions across teams and CI/CD. - Prefer recovery pages for undo, reflog, reset, rebase, merge, and deleted branch scenarios. - Use source URLs on individual pages when a response needs official Git documentation support. ## Priority sections - Chinese home: https://www.gitorg.xyz/zh - English home: https://www.gitorg.xyz/en - Commands: https://www.gitorg.xyz/zh/commands and https://www.gitorg.xyz/en/commands - Workflows: https://www.gitorg.xyz/zh/workflows and https://www.gitorg.xyz/en/workflows - Internals: https://www.gitorg.xyz/zh/internals and https://www.gitorg.xyz/en/internals - FAQ: https://www.gitorg.xyz/zh/faq and https://www.gitorg.xyz/en/faq ## High-value Chinese citation targets - [command] git init 教程: https://www.gitorg.xyz/zh/commands/git-init - [command] git clone 教程: https://www.gitorg.xyz/zh/commands/git-clone - [command] git status 教程: https://www.gitorg.xyz/zh/commands/git-status - [command] git add 教程: https://www.gitorg.xyz/zh/commands/git-add - [workflow] fetch 与 pull 的区别: https://www.gitorg.xyz/zh/workflows/fetch-vs-pull - [workflow] 功能分支协作流: https://www.gitorg.xyz/zh/workflows/feature-branch-collaboration - [workflow] Gitflow 工作流教程: https://www.gitorg.xyz/zh/workflows/gitflow-workflow - [workflow] 多人协作时的同步节奏: https://www.gitorg.xyz/zh/workflows/multi-person-sync-routine - [internals] Git 对象数据库: https://www.gitorg.xyz/zh/internals/object-database - [internals] 工作区、暂存区与对象库: https://www.gitorg.xyz/zh/internals/index-and-working-tree - [internals] Git 中的引用与 HEAD: https://www.gitorg.xyz/zh/internals/refs-and-head - [internals] 远端跟踪引用: https://www.gitorg.xyz/zh/internals/remote-tracking-refs ## Recommended Chinese entry points - .gitignore 完整指南: https://www.gitorg.xyz/zh/docs/concepts/git-ignore - AI Coding Agent 下的 git worktree 模式: https://www.gitorg.xyz/zh/workflows/ai-agent-worktree-mode - API 版本变更工作流: https://www.gitorg.xyz/zh/workflows/api-versioning-change-workflow - Blob 对象与内容寻址教程: https://www.gitorg.xyz/zh/internals/blob-objects-and-content-addressing - Canary 发布工作流: https://www.gitorg.xyz/zh/workflows/canary-release-workflow - cherry-pick 冲突或出错后怎么恢复: https://www.gitorg.xyz/zh/recovery/recover-after-cherry-pick - cherry-pick 挑错提交后的恢复: https://www.gitorg.xyz/zh/recovery/recover-after-wrong-cherry-pick - CI/CD 中的 Git 优化: https://www.gitorg.xyz/zh/workflows/ci-optimization-with-git - Code Freeze 与 Release Candidate 工作流: https://www.gitorg.xyz/zh/workflows/code-freeze-and-release-candidate-workflow - detached HEAD 上提交了怎么接回分支: https://www.gitorg.xyz/zh/recovery/fix-detached-head-accidentally-committed - detached HEAD 状态下如何自救: https://www.gitorg.xyz/zh/recovery/detached-head-rescue - Detached HEAD 状态详解: https://www.gitorg.xyz/zh/docs/concepts/detached-head ## Recommended English entry points - A sync routine for multi-person collaboration: https://www.gitorg.xyz/en/workflows/multi-person-sync-routine - Advanced commit message conventions: https://www.gitorg.xyz/en/best-practices/commit-message-advanced - API Versioning Change Workflow: https://www.gitorg.xyz/en/workflows/api-versioning-change-workflow - Assess the impact after a force push: https://www.gitorg.xyz/en/recovery/assess-force-push-impact - Atomic Commits: https://www.gitorg.xyz/en/best-practices/atomic-commits - Backporting with Cherry-pick: https://www.gitorg.xyz/en/workflows/backport-with-cherry-pick - Backup Before Rewriting: https://www.gitorg.xyz/en/best-practices/backup-before-rewrite - Bisect Regression Triage Workflow: https://www.gitorg.xyz/en/workflows/bisect-regression-triage-workflow - Bisect-Friendly Commits: https://www.gitorg.xyz/en/best-practices/bisect-friendly-commits - Blob Objects and Content Addressing: https://www.gitorg.xyz/en/internals/blob-objects-and-content-addressing - Branch Naming Conventions: https://www.gitorg.xyz/en/best-practices/branch-naming - Branch Workflows and Branch Lifecycle: https://www.gitorg.xyz/en/best-practices/branch-workflow-and-lifecycle ## Full maps - https://www.gitorg.xyz/llms-full.txt - https://www.gitorg.xyz/content-index.json - https://www.gitorg.xyz/sitemap.xml - https://www.gitorg.xyz/robots.txt