xxxxxxxxxx
# correcting a git commit message
git commit --amend
xxxxxxxxxx
// Use past tense for commit message.
1. feat - new feature
2. fix - bug fix
3. docs - changes in documentation
4. style - everything related to styling
5. refactor - code changes that neither fixes a bug or add new features
6. test - everything related to testing
7. chore - updating build task, package manager configs etc..