Copyright Digital Equipment Corp. All rights reserved.

PUSH

	Updates remote refs using local refs, while sending objects
	necessary to complete the given refs.

	Command Syntax:

		git push [--all | --branches | --mirror | --tags] 
			[--follow-tags] [--atomic] [-n | --dry-run]
			[--receive-pack=<git-receive-pack>] [--repo=<repository>]
			[-f | --force] [-d | --delete] [--prune] [-q | --quiet] [-v | --verbose]
			[-u | --set-upstream] [-o <string> | --push-option=<string>]
			[--[no-]signed|--signed=(true|false|if-asked)]
			[--force-with-lease[=<refname>[:<expect>]] [--force-if-includes]]
			[--no-verify] [<repository> [<refspec>…​]]