Commonly used commit types from Conventional Commit Types
| Type | Description |
|---|---|
| feat | A new feature |
| fix | A bug fix |
| docs | Documentation only changes |
| style | Changes that do not affect the meaning of the code (white-space, formatting etc) |
Commonly used commit types from Conventional Commit Types
| Type | Description |
|---|---|
| feat | A new feature |
| fix | A bug fix |
| docs | Documentation only changes |
| style | Changes that do not affect the meaning of the code (white-space, formatting etc) |
| // Example use of the iterator. Intended for the ESP32 console | |
| // Caveat emptor: No express or implied warranty, functionality | |
| // or fitness for any particular purpose | |
| .... | |
| static int nvsdump_cmd(int argc, char** argv) | |
| { | |
| bool all = argc == 2 && *argv[1] == '*'; |
See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
| /* | |
| * SEP firmware split tool | |
| * | |
| * Copyright (c) 2017 xerub | |
| */ | |
| #include <fcntl.h> | |
| #include <stddef.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> |
http://web.archive.org/web/20090918202746/http://tothink.com/mnemonic/wordlist.html