- See how a minor change to your commit message style can make you a better problem solver and team player, help in automatic generation of the changelog and simple navigation through git history (eg. ignoring style changes).
Basic: git commit -m <message>
Detailed: git commit -m <title> -m <description>
Format: <type>(<scope>): <subject>