GIT-HTTP-FETCH(1) | Git Manual | GIT-HTTP-FETCH(1) |
git-http-fetch - Download from a remote Git repository via HTTP
git http-fetch [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] [--stdin] <commit> <url>
Downloads a remote Git repository via HTTP.
This command always gets all objects. Historically, there were three options -a, -c and -t for choosing which objects to download. They are now silently ignored.
commit-id
-a, -c, -t
-v
-w <filename>
--stdin
<commit-id>['\t'<filename-as-in--w>]
--recover
Part of the git(1) suite
04/20/2020 | Git 2.20.1 |