6 git-upload-pack - Send missing objects packed
11 'git-upload-pack' <directory>
15 Invoked by 'git-fetch-pack', learns what
16 objects the other side is missing, and sends them after packing.
18 This command is usually not invoked directly by the end user.
19 The UI for the protocol is on the 'git-fetch-pack' side, and the
20 program pair is meant to be used to pull updates from a remote
21 repository. For push operations, see 'git-send-pack'.
27 The repository to sync from.
31 Written by Linus Torvalds <torvalds@osdl.org>
35 Documentation by Junio C Hamano.
39 Part of the gitlink:git[7] suite