1GIT-UPLOAD-PACK(1) Git Manual GIT-UPLOAD-PACK(1)
2
3
4
6 git-upload-pack - Send objects packed back to git-fetch-pack
7
9 git-upload-pack [--strict] [--timeout=<n>] <directory>
10
11
13 Invoked by git fetch-pack, learns what objects the other side is
14 missing, and sends them after packing.
15
16 This command is usually not invoked directly by the end user. The UI
17 for the protocol is on the git fetch-pack side, and the program pair is
18 meant to be used to pull updates from a remote repository. For push
19 operations, see git send-pack.
20
22 --strict
23 Do not try <directory>/.git/ if <directory> is no Git directory.
24
25 --timeout=<n>
26 Interrupt transfer after <n> seconds of inactivity.
27
28 <directory>
29 The repository to sync from.
30
32 gitnamespaces(7)
33
35 Part of the git(1) suite
36
37
38
39Git 1.8.3.1 11/19/2018 GIT-UPLOAD-PACK(1)