git send-pack
git-send-pack
Name
git-send-pack - Push objects over Git protocol to another repository
Synopsis
git send-pack [--all] [--dry-run] [--force] [--receive-pack=<git-receive-pack>] [--verbose] [--thin] [--atomic] [--[no-]signed|--sign=(true|false|if-asked)] [<host>:]<directory> [<ref>…]
Description
Usually 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, sending named refs.