git-review

Use git-review in atom.

wenlock

680

2

0.2.1

Apache2

GitHub

git-review package for atom

Introduction

I recently started using atom allot because of it's light weight and super configurable nature. I'm a big gerrit user too, and most of my interactions are with git-review (another awesome tool from Openstack).

Enter git-review for atom. The goal for this project is simple. Lets enable git-review usage within atom so we don't have to switch back and forth between the command prompt and atom for normal developer workflow.

Visit the project on github to learn more about git-review.

A screenshot git-review in

Usage

Git-Review Palette

  • Cmd-Shift-R R on MacOS
  • Ctrl-Shift-R R on Windows + Linux
  • Git Review: Menu on the atom command palette.

Commands

  1. Review download

Download a change request from gerrit review system. This is equivalent to git-review -d [change].

Default key binding: Cmd-Shift-R D

  1. Review submit

Submit a review to gerrit change control system. This is the same as git-review.Will pull up a commit message file.

Default key binding: Cmd-Shift-R S

  1. Review list List current review open on a project to select to download from. This is equivalent to: git-review -l

Default key binding: Cmd-Shift-R l

  1. Review version

Check what version of git-review you have available.

Default key binding: Cmd-Shift-R V

Contributing

Developing

Here are a few shortcuts to help developers get started with adding to this plugin with atom.

  git clone https://github.com/wenlock/atom-git-review.git
  cd atom-git-review
  apm ln . --dev
  apm linked
  cd atom-git-review
  apm install
  apm login
  apm publish v0.1.3

Credits

Project Status

TODO