A better way to “git blame” in Android Studio
If you use git in your software projects, you might be familiar with the git blame command. It does pretty much what it sounds like: it lets you blame each line in a file to whoever last made changes to that line. If you’re not familiar with git blame, go ahead and try it on … Read more