]> git.ipfire.org Git - thirdparty/git.git/blob - Documentation/git-stage.txt
config.mak.in: allow "configure --sysconfdir=/else/where"
[thirdparty/git.git] / Documentation / git-stage.txt
1 git-stage(1)
2 ==============
3
4 NAME
5 ----
6 git-stage - Add file contents to the staging area
7
8
9 SYNOPSIS
10 --------
11 [verse]
12 'git stage' args...
13
14
15 DESCRIPTION
16 -----------
17
18 This is a synonym for linkgit:git-add[1]. Please refer to the
19 documentation of that command.