{
    "content": [
        {
            "type": "text",
            "text": "# git-stage (man)\n\n## NAME\n\ngit-stage - Add file contents to the staging area\n\n## SYNOPSIS\n\ngit stage args...\n\n## DESCRIPTION\n\nThis is a synonym for git-add(1). Please refer to the documentation of that command.\n\n## TLDR\n\n> This command is an alias of `git add`.\n\n- View documentation for the original command:\n  `tldr git add`\n\n*Source: tldr-pages*\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **GIT**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "git-stage",
        "section": "",
        "mode": "man",
        "summary": "git-stage - Add file contents to the staging area",
        "synopsis": "git stage args...",
        "tldr_summary": "This command is an alias of `git add`.",
        "tldr_examples": [
            {
                "description": "View documentation for the original command",
                "command": "tldr git add"
            }
        ],
        "tldr_source": "official",
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "GIT",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "git-stage - Add file contents to the staging area\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "git stage args...\n\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This is a synonym for git-add(1). Please refer to the documentation of that command.\n",
                "subsections": []
            },
            "GIT": {
                "content": "Part of the git(1) suite\n\n\n\nGit 2.34.1                                   02/26/2026                                 GIT-STAGE(1)",
                "subsections": []
            }
        }
    }
}