submodule: Fix t7400, t7405, t7406 for msysGit
[git/dscho.git] / Documentation / git-stage.txt
blobba3fe0d7f59b1ae4c9ae9e3d32675d2e281ccf13
1 git-stage(1)
2 ==============
4 NAME
5 ----
6 git-stage - Add file contents to the staging area
9 SYNOPSIS
10 --------
11 [verse]
12 'git stage' args...
15 DESCRIPTION
16 -----------
18 This is a synonym for linkgit:git-add[1].  Please refer to the
19 documentation of that command.
21 GIT
22 ---
23 Part of the linkgit:git[1] suite