We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25c58c commit cc91a85Copy full SHA for cc91a85
Documentation/git-fetch-pack.txt
@@ -9,7 +9,10 @@ git-fetch-pack - Receive missing objects from another repository
9
SYNOPSIS
10
--------
11
[verse]
12
-'git fetch-pack' [--all] [--quiet|-q] [--keep|-k] [--thin] [--include-tag] [--upload-pack=<git-upload-pack>] [--depth=<n>] [--no-progress] [-v] [<host>:]<directory> [<refs>...]
+'git fetch-pack' [--all] [--quiet|-q] [--keep|-k] [--thin] [--include-tag]
13
+ [--upload-pack=<git-upload-pack>]
14
+ [--depth=<n>] [--no-progress]
15
+ [-v] [<host>:]<directory> [<refs>...]
16
17
DESCRIPTION
18
-----------
0 commit comments