Wednesday, May 25, 2011

"Who The Hell Made This Change !"

I have a very good team mate now, so I seldom say it recently. But sometimes (especially when I was in my previous companies), you know, everyone is possible to introduce bugs. Sometimes not tracing source of bugs, but cause of the changes. So you need something to trace and find out who (the hell) changed that particular line of code. That's where git blame could help

Here is what you can see with git blame:

git blame menu.css

Name of the author who last-touch that line of code is marked next to the code. Line number is also displayed for you to trouble shoot.

No comments:

Post a Comment