핸드북:Wikimedia Gerrit: 두 판 사이의 차이

Revi HQ
(update)
잔글 (Revi님이 Wikimedia Gerrit 문서를 핸드북:Wikimedia Gerrit 문서로 이동했습니다)
(차이 없음)

2018년 4월 3일 (화) 23:26 판

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.
  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.