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
11
13 Invoked by git archive --remote and sends a generated archive to the
14 other end over the Git protocol.
15
16 This command is usually not invoked directly by the end user. The UI
17 for the protocol is on the git archive side, and the program pair is
18 meant to be used to get an archive from a remote repository.
19
21 <directory>
22 The repository to get a tar archive from.
23
25 Part of the git(1) suite
26
27
28
29Git 1.8.3.1 11/19/2018 GIT-UPLOAD-ARCHIVE(1)