Module GitReview::Commands
In: lib/git-review/commands.rb

Methods

approve   browse   checkout   clean   close   console   create   list   merge   prepare   show  

Included Modules

::GitReview::Helpers

Public Instance methods

Add an approving comment to the request.

Open a browser window and review a specified request.

Checkout a specified request‘s changes to your local repository.

Remove remotes with ‘review’ prefix (left over from previous reviews). Prune all existing remotes and delete obsolete branches (left over from already closed requests).

Close a specified request.

Start a console session (used for debugging)

Create a new request.

List all pending requests.

Accept a specified request by merging it into master.

Prepare local repository to create a new request. NOTE:

  People should work on local branches, but especially for single commit
  changes, more often than not, they don't. Therefore this is called
  automatically before creating a pull request, such that we create a
  proper feature branch for them, to be able to use code review the way it
  is intended.

Show details for a single request.

[Validate]