English 中文(简体)
Review Before Merge
  • 时间:2024-11-05

Gerrit - Review before Merge


Previous Page Next Page  

Code review is an important part of the workflow in Gerrit. The basic concept is that the code must be reviewed before being merged.

The workflow of the code for MediaWiki can be reviewed before merging it and also extensions can be reviewed which customizes the MediaWiki looks and works. There is one special case in which you can push the internationapzation and locapzation commits.

You can push all the commits to a remote branch when you finish the development. Someone will fetch the changes into local and merge those fetched changes into the local master by creating merge commit. You can push these changes to refs/for/master.

Advertisements