An often overlooked part of Git is the commit message. The usefulness of many of Git’s features rely on well structured commit messages.
A commit message structure:
Subject line in 50 chars or less Following a blank line after the subject line is the commit message body, containing a more detailed explaination of the change.
Gerrit is a Web based code review system that is available to projects at Eclipse. The service is located at https://git.eclipse.org/r/
Creating and configuring your Gerrit account Eclipse’s Gerrit instance does not know your account exists until you login for the first time.
https://www.zxiiro.ca/presentations/rebase