git-send-pack (1) Linux Manual Page
git-send-pack – Push objects over Git protocol to another repository Synopsisgit send-pack [–dry-run] [–force] [–receive-pack=<git-receive-pack>] [–verbose] [–thin] [–atomic] [–[no-]signed|–signed=(true|false|if-asked)] [<host>:]<directory> (–all | <ref>…)DescriptionUsually you would want to use git push, which is a higher-level wrapper of this command, instead. See git-push(1). Invokes git-receive-pack on a possibly remote repository, and updates it from the current repository,…
