Next | git-rebase: why and how | 26 |
“When and why did this change?”
“When and how was this bug introduced?”
“What did we do?”
git-bisect
How?
Write clear, descriptive commit messages
Make atomic, logical commits
Keep commit graph generally straight-line
Each branch concerns one topic
Next |