diff options
-rw-r--r-- | STYLE | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ line separating the summary from the body is critical (unless you omit the body entirely); tools like rebase can get confused if you run the two together. -Write your commit message in the present tense: "Fix bug" and not "Fixed +Write your commit message in the imperative: "Fix bug" and not "Fixed bug." This convention matches up with commit messages generated by commands like git merge and git revert. |