Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

1
  • Rule of thumb for you: if you have two consecutive commits with identical messages, you're almost certainly doing it wrong. Either they should be one commit, or you should figure out what's different about them and write log messages that reflect that difference (e.g. "define new paint data" and "set paint data properly" rather than "working on paint system" x2). Commented May 16, 2018 at 16:43