Skip to content

Instantly share code, notes, and snippets.

@chris-piekarski
Created June 28, 2013 16:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chris-piekarski/5885918 to your computer and use it in GitHub Desktop.
Save chris-piekarski/5885918 to your computer and use it in GitHub Desktop.
Gerrit Git Push Config
$ cat .git/config
...
[remote "for-a-exp"]
url = tr:kernel/common
receivepack = git receive-pack --reviewer=a@a.com --cc=b@o.com
push = HEAD:refs/for/experimental
$ git push for-a-exp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment