DEV Community

Discussion on: Git blame should be called git credit

Collapse
 
jessekphillips profile image
Jesse Phillips

It really isn't about the author, it is about the comment. The line of code was written (or removed) for a reason. Each commit comes with a comment, if you are good at reviewing merge requests you'll be looking for good comments on the code (issue number). This makes blame and bisect more helpful.

Don't blame the author, blame the client.