mirror of
https://github.com/git/git
synced 2024-11-05 18:59:29 +00:00
49cbad0edd
This discerns user inputs from verbatim options in the synopsis. Signed-off-by: Jean-Noël Avila <jn.avila@free.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
23 lines
299 B
Text
23 lines
299 B
Text
git-stage(1)
|
|
============
|
|
|
|
NAME
|
|
----
|
|
git-stage - Add file contents to the staging area
|
|
|
|
|
|
SYNOPSIS
|
|
--------
|
|
[verse]
|
|
'git stage' <arg>...
|
|
|
|
|
|
DESCRIPTION
|
|
-----------
|
|
|
|
This is a synonym for linkgit:git-add[1]. Please refer to the
|
|
documentation of that command.
|
|
|
|
GIT
|
|
---
|
|
Part of the linkgit:git[1] suite
|