g = git
- Easier to tell what's changed in one line, preferbally in 50 - 72 characters
- Faster code review: no need to read the description or changes to find out what gets changed
- Git commit 50/72 A Note About Git Commit Messages by Tim Pope
- Easier to revert unwanted, published and shared changes by
git revert