- record summary during using gerrit
- record documents relative
- a good code review tool by openstack
document
- the usage
- the troble shooting for windows
- https://www.mediawiki.org/wiki/Gerrit/git-review
- see the the troble shooting for windows part
- set reviewers for git review
- the command
git review --reviewers <email addrs1> <email addrs2>
- but the email must be a valid gerrit account, or it will faild like
error: failed to push some refs to 'ssh://XXX@XX.com:29418/XX/XX.git'
- the command
summary
- avoid git review a lot commits in one time
- set the reviewers when do git review option
- when the git review is pending without any output in bash
- may the commit u gonna to push does not have the change-id, use git rebase -i to re-create the change-id
- may the output unsupport by the bash(probably in windows), press enter to test weather in this case
- check the
.git/hooks/
to verify the commit-msg hook is valid, it will generate an change-id during commit