13 lines
982 B
Markdown
13 lines
982 B
Markdown
---
|
|
title: Find the Culprit with Git Blame
|
|
---
|
|
Shows what revision and author last modified each line of a file and blame them.
|
|
|
|
  --   
|
|
|
|

|
|
|
|
**Reference:** <a href='https://git-scm.com/docs/git-blame' target='_blank' rel='nofollow'>https://git-scm.com/docs/git-blame</a>
|
|
|
|

|