gitk: Second try to work around the command line limit on Windows
[git/dscho.git] / Documentation / git-stage.txt
blob7f251a58656e9fe30fc9f74a02d6a48adc01b860
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.