Skip to content
Piotr Tomiak edited this page Oct 26, 2015 · 7 revisions

Ready to power up your development workflow?

Switch to Gerrit Tools

Use Gerrit Workflow

Continuously Deliver

Our Webclipse plugin gives you an easy way to improve your experience with Gerrit in Eclipse. Gerrit Tools are always free with Webclipse, so why not try it today? Gerrit Tools are also available in MyEclipse. Gerrit Tools assist you in implementing Gerrit workflow with a powerful combination of code review, change separation and automated or manual testing. Now chances of getting regressions or incomplete features into your stable branch are minimal. Don’t let your customers wait for features and bug fixes. With Gerrit Workflow only reviewed and verified changes make it to the stable branch. No more holding up a release while you wait for incomplete or buggy features.

Create Change Branches

Use change branches to avoid dependencies between commits. Create a change branch every time you start working on a bug fix or a small feature. Set up a target stable branch and use Push to Upstream.

Create Feature Branches

Use feature branches to keep work on new features out of the stable branch until the code matures enough. Create a new feature branch for each new feature and enjoy using Push to Upstream.

Commit Changes for Review

If you use Gerrit Tooling for switching between branches, the repository is always correctly configured to push upstream. Bye, bye Push to Gerrit, welcome Commit and Push.

Fetch Code Changes

We’ve simplified the process of downloading code changes. Just select a change you want from the list of open changes and choose the patchset version.

Create and Push Tags

This is a great way to tag multiple repositories at once.
Clone this wiki locally