Skip to main content
DraftIndicative placeholder for the section owner — amend, replace, or confirm as the first definitive version.

Doc owner: DDE

Git Conventions

Git is the authoritative control plane for organisational structure, policies, governance, strategy, and operations structure.

What lives in Git

  • Organisational structure (definitions, interfaces)
  • Policies (what must be true)
  • Governance records (decisions, delegations)
  • Strategy (definitive intent)
  • Operations structure (portfolio map)

What does not live in Git

  • Most binary working files (pptx, xlsx, etc.)
  • Sensitive documents requiring granular access controls
  • Day-to-day task execution artefacts

Branching

  • main — definitive
  • Feature branches: your-name/short-description