Skip to main content

git extension for interaction with rietveld

Project description

git-change is a git extension for interaction with rietveld code revie tool.

It is inspired by git-cl and use parts of code provided by Google in the codereview mercurial plugin available at the Go programming language repository.

Install

You can use pip, easy_install or download it from PyPI:

% [sudo] pip install git-cl
% [sudo] easy_install git-cl
% git clone git://github.com/timeredbull/

Configure

To configure git-change, run the config command:

% git config git-change.server <server> (default is codereview.appspot.com)
% git config git-change.default-cc <default-cc-email> (default is none)

Usage

Create a new CL

Make a new branch, commit your changes and run:

% git change master

It will generate the new CL within Rietveld.

Update a CL

To update your CL, change make other commits and just run git change again. It will detect that there is already a CL associated with your current branch and upload a new patch-set.

More instructions soon :)

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page