gerrit - git gerrit - Merging straight to master in gerrit - gerrit code review
- If you want to make a change that you want to merge with master, the best way is to first create a topic branch
- make a single commit with your feature
- and push that branch to review via
- Avoid working directly on master, as you will have problems resolving conflicts if someone else pushed to master before you. If you have your work on a separate branch, then resolving conflicts is as simple as