Overview
A disciplined commit cycle is:
- Run git status.
- Stage the intended changes.
- Run git status again.
- Commit with a descriptive message.
- Run git status to confirm the working tree is clean.
- Review recent history with git log --oneline.
A disciplined commit cycle is: