git/Documentation/git-stage.adoc
Jean-Noël Avila 5b35e736dd doc: convert git stage to use synopsis block
Signed-off-by: Jean-Noël Avila <jn.avila@free.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2025-12-21 11:33:10 +09:00

24 lines
300 B
Plaintext

git-stage(1)
============
NAME
----
git-stage - Add file contents to the staging area
SYNOPSIS
--------
[synopsis]
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