Conversation

Replying to
This is how you submit Gerrit change requests with git, no commit access needed: git push upstream HEAD:refs/for/master Most projects will enforce having a Change-Id in commit message so you need the tiny hook to generate them. Need it to do revisions to your commits anyway.
1
Replying to and
Something to be said for Gerrit having working code review with rebase support, not needing to use another social media site, and not needing the weird GitHub model where you have both your local clone with both 'origin' and 'upstream' remotes and a rotting remote fork on GitHub.
1
2