Hacker News new | ask | show | jobs
by tonymet 896 days ago
if master has a clean history, then use git-blame on the file to see where a change was introduced, and git show to see the entire change. then you can walk back through the git log to understand the context of the change.