git-push documentation: remaining bits
Mention --thin, --no-thin, --repo and -v. Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
@ -8,7 +8,7 @@ git-push - Update remote refs along with associated objects
|
|||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
'git-push' [--all] [--tags] [--exec=<receive-pack>] [-f | --force] <repository> <refspec>...
|
'git-push' [--all] [--tags] [--exec=<receive-pack>] [--repo=all] [-f | --force] [-v] [<repository> <refspec>...]
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
@ -79,6 +79,18 @@ the remote repository.
|
|||||||
This flag disables the check. This can cause the
|
This flag disables the check. This can cause the
|
||||||
remote repository to lose commits; use it with care.
|
remote repository to lose commits; use it with care.
|
||||||
|
|
||||||
|
\--repo=<repo>::
|
||||||
|
When no repository is specified the command defaults to
|
||||||
|
"origin"; this overrides it.
|
||||||
|
|
||||||
|
\--thin, \--no-thin::
|
||||||
|
These options are passed to `git-send-pack`. Thin
|
||||||
|
transfer spends extra cycles to minimize the number of
|
||||||
|
objects to be sent and meant to be used on slower connection.
|
||||||
|
|
||||||
|
-v::
|
||||||
|
Run verbosely.
|
||||||
|
|
||||||
include::urls.txt[]
|
include::urls.txt[]
|
||||||
|
|
||||||
Author
|
Author
|
||||||
|
Reference in New Issue
Block a user