Hacker News new | ask | show | jobs
by simonw 8 days ago
I look at history all the time.

Why is the code like this? Usually git blame will show me either a commit message with extra context or a link to an issue thread.

When was this bug first introduced? Git bisect can track it down almost automatically.

If you're never looking at history you're missing out on a lot of the value Git provides. It's more then just a backup tool.