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
28 <git@vger.kernel.org[1]>.
29
31 Part of the git(1) suite
32
34 1. git@vger.kernel.org
35 mailto:git@vger.kernel.org
36
37
38
39Git 1.7.1 08/16/2017 GIT-UPLOAD-ARCHIVE(1)