git-review/doc/index.rst
Monty Taylor 08bd9cf1e8 Added support for download command.
Change-Id: I3ebfa01e8f3454822170ee0d183de15dfb0b1f8a
2011-10-04 23:38:40 -04:00

1.2 KiB

git-review

SYNOPSIS

git-review [OPTIONS <git-review-options-label] [BRANCH]

DESCRIPTION

git-review automates and streamlines some of the tasks involve with submitting local changes to a Gerrit server for review.

OPTIONS

git-review

--topic, -t

Sets the target topic for this change on the gerrit server.

--dry-run, -n

Don't actually perform any commands that have direct effects. Print them instead.

--no-rebase, -R

Do not automatically perform a rebase before submitting the change to gerrit.

--update, -R

Skip cached local copies and force updates from network resources.

--download, -d

Download a change from gerrit into a branch for review. Takes a numeric change id as an argument.

--verbose, -v

Turns on more verbose output.