]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-add.txt
Remove 'Previously this command was known as ...' messages.
[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--------
918db541 10'git-add' [-n] [-v] <file>...
7fc9d69f
JH
11
12DESCRIPTION
13-----------
f73ae1fc 14A simple wrapper for 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 21
918db541
CS
22-n::
23 Don't actually add the file(s), just show if they exist.
24
25-v::
26 Be verbose.
27
28
7fc9d69f
JH
29Author
30------
31Written by Linus Torvalds <torvalds@osdl.org>
32
33Documentation
34--------------
35Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
36
37GIT
38---
a7154e91 39Part of the gitlink:git[7] suite
7fc9d69f 40