핸드북:Wikimedia Gerrit

Revi HQ
Revi (토론 | 기여)님의 2018년 4월 3일 (화) 23:27 판 (설정)

First time setup

See also: mw:Gerrit/Tutorial

  • Make sure dots stuff is installed.
  1. pip install git-review
  2. git-review -s if you haven't.

Push

  1. git fa - When dealing with git-review, you must do this instead of git fo or git-review will complain, thinking rebased other commits are not reviewed via gerrit. Shortcut defined from .dotfiles.
  2. git osync to make sure to rebase on origin/master
  3. git review

New patchset

  1. git-review -d <PATCHNUMBER>
  2. (Work...)
  3. git aal
  4. git amends
  5. git review -R
If you are rebasing (aka amending)

After git amends...

  1. git fa
  2. git osync

Go back to git review -R.