repo.or.cz
/
alt-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'jc/no-default-attr-tree-in-bare' into maint-2.45
[alt-git.git]
/
Documentation
/
git-stage.txt
blob
2f6aaa75b9a3f9c7c6db0a4f93ee2e3f76827a40
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' <arg>...
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.
20
21
GIT
22
---
23
Part of the linkgit:git[1] suite