Home Explore Blog CI



git

Documentation/git-stage.adoc
92d250a077170ffcd5206630cb1c47cdfc93b38bbb98be95000000030000012b
git-stage(1)
============

NAME
----
git-stage - Add file contents to the staging area


SYNOPSIS
--------
[verse]
'git stage' <arg>...


DESCRIPTION
-----------

This is a synonym for linkgit:git-add[1].  Please refer to the
documentation of that command.

GIT
---
Part of the linkgit:git[1] suite

Chunks
493a7e0a (1st chunk of `Documentation/git-stage.adoc`)
Title: Git Stage Command
Summary
The git-stage command is a synonym for git-add, used to add file contents to the staging area, and its functionality is documented in the git-add command.