blob: 252926e29bf183fa0e7555ddb0749fb0ee32ff7b [file] [log] [blame]
Push for Code Review
--------------------
Push to Gerrit is the same like push to Git
* with one Gerrit speciality: +
[red]+refs/for/+ +
as the prefix for the target branch name
Compare:
* Push to Git: +
`git push origin HEAD:master`
* Push to Gerrit: +
`git push origin HEAD:`[red]+refs/for/+`master`