Skip to content
Nov 19 / Kevin Chiu

Git Blame is awesome

At work, I manage a software product with 19 contributors, most of whom are no longer active.

For my situation, git blame is seriously awesome.

When someone starts typing their personal email into the code base in some random area and accidentally checks it in, you can figure out exactly who is lazy with focusing their windows.

(I wonder if there’s a way to automatically reject pushes that don’t pass spec tests…)

Todo: check out git bisect

Leave a Comment