]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-add.txt
Big tool rename.
[thirdparty/git.git] / Documentation / git-add.txt
CommitLineData
215a7ad1
JH
1git-add(1)
2==========
7fc9d69f
JH
3
4NAME
5----
215a7ad1 6git-add - Add files to the cache.
7fc9d69f
JH
7
8SYNOPSIS
9--------
215a7ad1 10'git-add' <file>...
7fc9d69f
JH
11
12DESCRIPTION
13-----------
215a7ad1 14A simple wrapper to git-update-index to add files to the cache for people used
52a22d1e 15to do "cvs add".
7fc9d69f
JH
16
17OPTIONS
18-------
905197de 19<file>...::
52a22d1e 20 Files to add to the cache.
7fc9d69f
JH
21
22Author
23------
24Written by Linus Torvalds <torvalds@osdl.org>
25
26Documentation
27--------------
28Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
29
30GIT
31---
32Part of the link:git.html[git] suite
33