Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save laszlomiklosik/6577973 to your computer and use it in GitHub Desktop.
Save laszlomiklosik/6577973 to your computer and use it in GitHub Desktop.
Gerrit configure a project locally in order to be to follow the review flow
1. clone the project
2. copy the gerrit hook from the gerrit server (http://gerritserver:8080/tools/hooks/commit-msg) to your local repo's .git/hooks/ folder
3. push for review like this: git push origin HEAD:refs/for/branch_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment