Gerrit Usage Summary

  • record summary during using gerrit
  • record documents relative
  • a good code review tool by openstack

document

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