]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-stage.txt
Merge branch 'master' of github.com:vnwildman/git
[thirdparty/git.git] / Documentation / git-stage.txt
CommitLineData
11920d28 1git-stage(1)
c9a5172f 2============
11920d28
SC
3
4NAME
5----
6git-stage - Add file contents to the staging area
7
8
9SYNOPSIS
10--------
11[verse]
12'git stage' args...
13
14
15DESCRIPTION
16-----------
17
18This is a synonym for linkgit:git-add[1]. Please refer to the
19documentation of that command.
6ea922d5
JK
20
21GIT
22---
23Part of the linkgit:git[1] suite