Home Explore Blog CI



git

1st chunk of `Documentation/git-stage.adoc`
493a7e0a7bf6a7966e6c04f7a9bd7e805f8e0dfd8e8f1e1f000000010000012b
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

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.