Skip to content

Commit

Permalink
git-push documentation: remaining bits
Browse files Browse the repository at this point in the history
Mention --thin, --no-thin, --repo and -v.

Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Jan 16, 2007
1 parent 5214f77 commit dc36f26
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion Documentation/git-push.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ git-push - Update remote refs along with associated objects

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
-----------
Expand Down Expand Up @@ -79,6 +79,18 @@ the remote repository.
This flag disables the check. This can cause the
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[]

Author
Expand Down

0 comments on commit dc36f26

Please sign in to comment.