
finish Close down the local branch and switch back to the target branch on If that happens rebasing will be aborted andĭiff displayed for not-rebased branches. If the master branch is different enough, the rebase can Last time you reviewed the proposed change. This makes it possible to easily compare what has changed from NewPatchSetNumber is not specified, the latest Gerrit, rebase both on master and display differences (git-diff).ĬhangeNumber, oldPatchSetNumber compare= change-ps-range Download the specified patchsets for change from new-changeid Force the git-review to generate a new Change-Id, even if one alreadyĮxists in the changelog. This makes it possible to re-review a change for a differentīranch without creating a local branch for it. Local branch ("cherry pick"), indicating which commit this cherrypickindicate= change Apply change from Gerrit and commit into the current If the current branch is different enough, the change may notĪpply at all or produce merge conflicts that need to be resolved by Useful if you want to merge several commits into

cherrypickonly= change Apply change from Gerrit into the current workingĭirectory, add it to the staging area ("git index"), but do not Not apply at all or produce merge conflicts that need to be resolved by Also, if the current branch is different enough, the change may
GITUP 2 REVIEW PATCH
On the other hand, be aware: if you are notĬareful, this can easily result in additional patch sets for dependentĬhanges. This makes it possible to review a change without creating a cherrypick= change Apply change from Gerrit and commit into the current
GITUP 2 REVIEW UPDATE
The local branch already exists, it will attempt to update with the latest Theīranch will be named after the patch author and the name of a topic. download= change Download change from Gerrit into a local branch. The following options are available: -d change, In that case local branch name will have a It is designed to make it easier to comprehend Gerrit, especiallyįor users that have recently switched to Git from another version controlĬhangeNumber,patchsetNumber for fetching exact Of the tasks involved with submitting local changes to a Gerrit server for Git-review automates and streamlines some


Submit changes to Gerrit for review SYNOPSIS ¶ git-review
