{
    "mode": "man",
    "parameter": "git-stage",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/git-stage/1/json",
    "generated": "2026-06-10T23:58:50Z",
    "synopsis": "git stage args...",
    "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": []
        }
    },
    "summary": "git-stage - Add file contents to the staging area",
    "flags": [],
    "examples": [],
    "see_also": [],
    "tldr": {
        "source": "official",
        "description": "This command is an alias of `git add`.",
        "examples": [
            {
                "description": "View documentation for the original command",
                "command": "tldr git add"
            }
        ]
    }
}