git-fetch-pack (1) Linux Manual Page
git-fetch-pack – Receive missing objects from another repository Synopsisgit fetch-pack [–all] [–quiet|-q] [–keep|-k] [–thin] [–include-tag] [–upload-pack=<git-upload-pack>] [–depth=<n>] [–no-progress] [-v] <repository> [<refs>…]DescriptionUsually you would want to use git fetch, which is a higher level wrapper of this command, instead. Invokes git-upload-pack on a possibly remote repository and asks it to send objects missing from this repository,…
