diff --git a/text/28_Finding_Issues_Git_Blame/0_ Finding_Issues_Git_Blame.markdown b/text/28_Finding_Issues_Git_Blame/0_ Finding_Issues_Git_Blame.markdown index 57a695cb..5809a809 100644 --- a/text/28_Finding_Issues_Git_Blame/0_ Finding_Issues_Git_Blame.markdown +++ b/text/28_Finding_Issues_Git_Blame/0_ Finding_Issues_Git_Blame.markdown @@ -1,6 +1,6 @@ ## Finding Issues - Git Blame ## -The linkto:git-blame[1] command is really helpful for figuring out who changed +The linkgit:git-blame[1] command is really helpful for figuring out who changed which sections of a file. If you simple run 'git blame [filename]' you'll get an output of the entire file with the last commit sha, date and author for every line in the file.