1git-stage(1)
2============
34
NAME
5----
6git-stage - Add file contents to the staging area
78
9
SYNOPSIS
10--------
11[verse]
12'git stage' args...
1314
15
DESCRIPTION
16-----------
1718
This is a synonym for linkgit:git-add[1]. Please refer to the
19documentation of that command.
2021
GIT
22---
23Part of the linkgit:git[1] suite