1GIT-UPLOAD-ARCHIVE(1) Git Manual GIT-UPLOAD-ARCHIVE(1)
2
3
4
6 git-upload-archive - Send archive back to git-archive
7
9 git-upload-archive <directory>
10
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
20 <directory>
21 The repository to get a tar archive from.
22
24 Written by Franck Bui-Huu.
25
27 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
28
30 Part of the git(7) suite
31
32
33
34
35Git 1.5.3.3 10/09/2007 GIT-UPLOAD-ARCHIVE(1)