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