git blame lets you assign blame for the code breaking line you're investigating. To find out who changed a line, simply run the following command where myfile.txt is the file you want to check: git blame my file.

2m read time From devdojo.com
Post cover image
Table of contents
Using git blame on a particular lineOther useful git blame options
1 Comment

Sort: