|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (2)
View Page History{color:#29afdf}{*}Commit Tips and Style Hints{*}{color}
* Read [this information about good commit messages|http://en.wikibooks.org/wiki/Git/Introduction#Good_commit_messages]!
* The best commit messages are like little blog posts.
** These can help to "sell" your commit to the community.
** These can help to "sell" your commit to the community.
** [Change 652|http://review.membase.org/652]
** [Change 963|http://review.membase.org/963]
** [Change 963|http://review.membase.org/963]
* On style, don't have giant long lines, especially on your first summary line. More detailed information can be found
* The best commits, too, are just like UNIX Philosophy.
** The commit does one thing and does it well.
** The commit does one thing and does it well.