1. NAME

git-upload-archive - Send archive back to git-archive

2. SYNOPSIS



git upload-archive <directory>

3. DESCRIPTION



Invoked by git archive --remote and sends a generated archive to the other end over the git protocol.

This command is usually not invoked directly by the end user. The UI for the protocol is on the git archive side, and the program pair is meant to be used to get an archive from a remote repository.

4. OPTIONS

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

5. AUTHOR



Written by Franck Bui-Huu.

6. DOCUMENTATION



Documentation by Junio C Hamano and the git-list <\m[blue]\\fR\m[]\s-2\u[1]\d\s+2>.

7. GIT



Part of the git(1) suite

8. NOTES

1. 4
    mailto: