1GIT-UPLOAD-ARCHIVE(1)             Git Manual             GIT-UPLOAD-ARCHIVE(1)
2
3
4

NAME

6       git-upload-archive - Send archive back to git-archive
7

SYNOPSIS

9       git upload-archive <directory>
10

DESCRIPTION

12       Invoked by git archive --remote and sends a generated archive to the
13       other end over the git protocol.
14
15       This command is usually not invoked directly by the end user. The UI
16       for the protocol is on the git archive side, and the program pair is
17       meant to be used to get an archive from a remote repository.
18

OPTIONS

20       <directory>
21           The repository to get a tar archive from.
22

AUTHOR

24       Written by Franck Bui-Huu.
25

DOCUMENTATION

27       Documentation by Junio C Hamano and the git-list
28       <git@vger.kernel.org[1]>.
29

GIT

31       Part of the git(1) suite
32

NOTES

34        1. git@vger.kernel.org
35           mailto:git@vger.kernel.org
36
37
38
39Git 1.7.4.4                       04/11/2011             GIT-UPLOAD-ARCHIVE(1)
Impressum