diff --git a/common-flow.md b/common-flow.md index 3aa3e49..6135920 100644 --- a/common-flow.md +++ b/common-flow.md @@ -174,7 +174,7 @@ interpreted as described in [RFC 2119](https://tools.ietf.org/html/rfc2119). 1. All commit messages SHOULD follow the Commit Guidelines and format from the official git documentation: - + 2. You SHOULD never blindly commit all changes with "git commit -a". It is RECOMMENDED you use "git add -i" to add individual changes to the staging area so you are fully aware of what you are committing.