Gerrit Code Review

From Omnia
Revision as of 21:28, 13 December 2018 by Kenneth (talk | contribs) (Created page with "== gerrit - code review == gerrit - Gerrit Code Review - Google Project Hosting - http://code.google.com/p/gerrit/ Web based code review and project management for Git based...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

gerrit - code review

gerrit - Gerrit Code Review - Google Project Hosting - http://code.google.com/p/gerrit/

Web based code review and project management for Git based projects.

Gerrit is a web based code review system, facilitating online code reviews for projects using the Git version control system.

Gerrit makes reviews easier by showing changes in a side-by-side display, and allowing inline comments to be added by any reviewer.

Gerrit simplifies Git based project maintainership by permitting any authorized user to submit changes to the master Git repository, rather than requiring all approved changes to be merged in by hand by the project maintainer. This functionality enables a more centralized usage of Git. Resources

Update Review

git add .
git commit --amend --no-edit
git gpost