{
  "id": "bbg-p0044-deployment-release-and-versioning-deployment",
  "title": "Git vs GitHub",
  "chapter": "deployment-release-and-versioning",
  "batch": "13",
  "rank": 122,
  "sourcePage": 44,
  "sourcePointer": "p. 44",
  "status": "accepted",
  "reviewerStatus": "reviewed",
  "fidelityScore": 0.9,
  "canvas": {
    "width": 960,
    "height": 640
  },
  "fireworksTechGraph": {
    "style": "style-1-flat-icon",
    "diagramType": "comparison",
    "topologyNotes": [
      "source page render inspected",
      "extracted page text inspected",
      "source page render and extracted text inspected",
      "preserve local version-control versus hosted collaboration distinction",
      "omit source decorative art"
    ],
    "publicBoundary": [
      "original vector output",
      "no source pixels",
      "no source mark or long wording"
    ]
  },
  "callouts": [],
  "sourceReview": {
    "conceptAnchors": [
      "concept: Git local version control",
      "concept: GitHub remote hosting",
      "concept: commits branches",
      "concept: pull requests collaboration"
    ],
    "labelSource": "curated",
    "semanticStatus": "reviewed"
  },
  "groups": [
    {
      "id": "git",
      "label": "Git",
      "x": 72,
      "y": 144,
      "w": 370,
      "h": 292
    },
    {
      "id": "github",
      "label": "GitHub",
      "x": 518,
      "y": 144,
      "w": 370,
      "h": 292
    }
  ],
  "shapes": [
    {
      "id": "local",
      "kind": "cylinder",
      "label": "Local repo",
      "detail": "commits",
      "x": 132,
      "y": 208,
      "w": 130,
      "h": 74,
      "tone": "blue"
    },
    {
      "id": "branch",
      "kind": "rect",
      "label": "Branches",
      "detail": "history",
      "x": 252,
      "y": 324,
      "w": 120,
      "h": 58,
      "tone": "green"
    },
    {
      "id": "host",
      "kind": "cylinder",
      "label": "Hosted repo",
      "detail": "remote",
      "x": 592,
      "y": 208,
      "w": 130,
      "h": 74,
      "tone": "purple"
    },
    {
      "id": "pr",
      "kind": "rect",
      "label": "Pull request",
      "detail": "review",
      "x": 704,
      "y": 324,
      "w": 124,
      "h": 58,
      "tone": "orange"
    },
    {
      "id": "collab",
      "kind": "actor",
      "label": "Team",
      "detail": "collaborate",
      "x": 782,
      "y": 196,
      "w": 82,
      "h": 86,
      "tone": "teal"
    }
  ],
  "connectors": [
    {
      "from": "local",
      "to": "branch",
      "label": "version",
      "flow": "main"
    },
    {
      "from": "local",
      "to": "host",
      "label": "push",
      "flow": "main"
    },
    {
      "from": "host",
      "to": "local",
      "label": "pull",
      "flow": "data",
      "dashed": true
    },
    {
      "from": "host",
      "to": "pr",
      "label": "review",
      "flow": "control"
    },
    {
      "from": "collab",
      "to": "pr",
      "label": "comment",
      "flow": "data"
    }
  ]
}
