|
|
|
|
|
by afarrell
2624 days ago
|
|
> Think of it like a short email that explains to your (future) colleagues and future self Note that commit messages don’t live with the code. If you find yourself writing why something should be in the new state, consider putting that “explain why” as a comment next to the code, so anyone’s text editor can read it. |
|
Oh and while it doesn't "live" with the code, I can at least look up a line in question and see which commits have changed it, along with their commit messages.