{
  "id": "bbg-p0136-web-request-lifecycle-web-request",
  "title": "Git Command Flow Cheatsheet",
  "chapter": "deployment-release-and-versioning",
  "batch": "12",
  "rank": 113,
  "sourcePage": 136,
  "sourcePointer": "p. 136",
  "status": "accepted",
  "reviewerStatus": "reviewed",
  "fidelityScore": 0.9,
  "canvas": {
    "width": 960,
    "height": 640
  },
  "fireworksTechGraph": {
    "style": "style-1-flat-icon",
    "diagramType": "flowchart",
    "topologyNotes": [
      "source page render inspected",
      "extracted page text inspected",
      "source page render inspected",
      "preserve Git command groups: repository setup, status/add/commit, branch/merge, remote clone/pull/push, stash, and conflict handling",
      "retargeted from web-request-lifecycle to deployment-release-and-versioning"
    ],
    "publicBoundary": [
      "original vector output",
      "no source pixels",
      "no source mark or long wording"
    ]
  },
  "callouts": [],
  "sourceReview": {
    "conceptAnchors": [
      "concept: git init clone",
      "concept: git status add commit",
      "concept: branch merge",
      "concept: pull push",
      "concept: stash conflicts"
    ],
    "labelSource": "curated",
    "semanticStatus": "reviewed"
  },
  "groups": [
    {
      "id": "local",
      "label": "Local history",
      "x": 58,
      "y": 130,
      "w": 390,
      "h": 300
    },
    {
      "id": "remote",
      "label": "Remote collaboration",
      "x": 512,
      "y": 130,
      "w": 390,
      "h": 300
    }
  ],
  "shapes": [
    {
      "id": "init",
      "kind": "circle",
      "label": "init clone",
      "x": 108,
      "y": 184,
      "w": 84,
      "h": 84,
      "tone": "blue"
    },
    {
      "id": "status",
      "kind": "rect",
      "label": "status",
      "detail": "inspect",
      "x": 254,
      "y": 168,
      "w": 126,
      "h": 58,
      "tone": "gray"
    },
    {
      "id": "add",
      "kind": "rect",
      "label": "add",
      "detail": "stage",
      "x": 254,
      "y": 276,
      "w": 126,
      "h": 58,
      "tone": "orange"
    },
    {
      "id": "commit",
      "kind": "rect",
      "label": "commit",
      "detail": "snapshot",
      "x": 254,
      "y": 380,
      "w": 126,
      "h": 58,
      "tone": "green"
    },
    {
      "id": "branch",
      "kind": "rect",
      "label": "branch merge",
      "detail": "parallel work",
      "x": 566,
      "y": 170,
      "w": 132,
      "h": 58,
      "tone": "purple"
    },
    {
      "id": "pull",
      "kind": "rect",
      "label": "pull fetch",
      "detail": "update",
      "x": 722,
      "y": 170,
      "w": 132,
      "h": 58,
      "tone": "teal"
    },
    {
      "id": "push",
      "kind": "rect",
      "label": "push",
      "detail": "publish",
      "x": 644,
      "y": 330,
      "w": 132,
      "h": 58,
      "tone": "red"
    }
  ],
  "connectors": [
    {
      "from": "init",
      "to": "status",
      "label": "start",
      "flow": "main"
    },
    {
      "from": "status",
      "to": "add",
      "label": "stage",
      "flow": "control"
    },
    {
      "from": "add",
      "to": "commit",
      "label": "save",
      "flow": "main"
    },
    {
      "from": "commit",
      "to": "branch",
      "label": "branch",
      "flow": "async"
    },
    {
      "from": "branch",
      "to": "pull",
      "label": "sync",
      "flow": "data"
    },
    {
      "from": "pull",
      "to": "push",
      "label": "publish",
      "flow": "main"
    },
    {
      "from": "push",
      "to": "status",
      "label": "verify",
      "flow": "control",
      "dashed": true
    }
  ]
}
