mirror of
https://github.com/git/git.git
synced 2024-11-01 14:57:52 +01:00
6ea922d596
Almost every page has a footer that links back to the main git(1) page. Let's add it on the few that are missing it.
23 lines
300 B
Text
23 lines
300 B
Text
git-stage(1)
|
|
==============
|
|
|
|
NAME
|
|
----
|
|
git-stage - Add file contents to the staging area
|
|
|
|
|
|
SYNOPSIS
|
|
--------
|
|
[verse]
|
|
'git stage' args...
|
|
|
|
|
|
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
|