1
0
mirror of https://github.com/git/git.git synced 2024-09-20 21:03:29 +02:00
git/Documentation/git-add-script.txt

34 lines
520 B
Plaintext
Raw Normal View History

git-add-script(1)
=================
NAME
----
git-add-script - Add files to the cache.
SYNOPSIS
--------
'git-add-script' [<file>]\+
DESCRIPTION
-----------
A simple wrapper to git-update-cache 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 link:git.html[git] suite