{
  "name": "Manage changes using the Git node",
  "nodes": [
    {
      "id": null,
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        230,
        320
      ]
    },
    {
      "id": null,
      "name": "Git",
      "type": "n8n-nodes-base.git",
      "position": [
        430,
        320
      ]
    },
    {
      "id": null,
      "name": "Git1",
      "type": "n8n-nodes-base.git",
      "position": [
        630,
        320
      ]
    },
    {
      "id": null,
      "name": "Git2",
      "type": "n8n-nodes-base.git",
      "position": [
        830,
        320
      ]
    },
    {
      "id": null,
      "name": "Git3",
      "type": "n8n-nodes-base.git",
      "position": [
        1030,
        320
      ]
    }
  ],
  "connections": {
    "Git": {
      "main": [
        [
          {
            "node": "Git1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Git1": {
      "main": [
        [
          {
            "node": "Git2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Git2": {
      "main": [
        [
          {
            "node": "Git3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Git",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}