1git-upload-archive(1)2====================34NAME5----6git-upload-archive - Send archive back to git-archive789SYNOPSIS10--------11'git upload-archive' <directory>1213DESCRIPTION14-----------15Invoked by 'git archive --remote' and sends a generated archive to the16other end over the git protocol.1718This command is usually not invoked directly by the end user. The UI19for the protocol is on the 'git archive' side, and the program pair20is meant to be used to get an archive from a remote repository.2122OPTIONS23-------24<directory>::25The repository to get a tar archive from.2627GIT28---29Part of the linkgit:git[1] suite