1.
As you saw earlier when looking at the output of
git log
, each commit has a commit message that briefly describes the changes that are contained in the commit. These messages should be concise but meaningful without requiring the reader to refer to the ticket in the issue tracker. A future reader of the git log
output should be able to obtain an idea of the changes you have made and why you made them by reading your commit messages.For each of the following issues, order the given commit messages from best (listed first) to worst (listed last).
(a)
Issue: The documentation says “bug” instead of “bugs” where plural is needed.
(b)
Issue: The harvesting log should be able to track insect presence.