swh:1:snp:47f1e8bb459169b0feb652a9c3d9cbabd8526d4a
Raw File
Tip revision: e1d04f8aad59397cbd55e72bf8a1bd75606f5350 authored by Junio C Hamano on 03 October 2005, 23:26:51 UTC
GIT 0.99.8a
Tip revision: e1d04f8
git-add.txt
git-add(1)
==========

NAME
----
git-add - Add files to the cache.

SYNOPSIS
--------
'git-add' <file>...

DESCRIPTION
-----------
A simple wrapper to git-update-index to add files to the cache for people used
to do "cvs add".

OPTIONS
-------
<file>...::
	Files to add to the cache.

Author
------
Written by Linus Torvalds <torvalds@osdl.org>

Documentation
--------------
Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.

GIT
---
Part of the gitlink:git[7] suite

back to top