Skip to content

Commit 9d45e0b

Browse files
committed
fixed a git doc link "linkto" => "linkgit"
Pointed out by Rick Berry
1 parent 5a8dc0a commit 9d45e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/28_Finding_Issues_Git_Blame/0_ Finding_Issues_Git_Blame.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Finding Issues - Git Blame ##
22

3-
The linkto:git-blame[1] command is really helpful for figuring out who changed
3+
The linkgit:git-blame[1] command is really helpful for figuring out who changed
44
which sections of a file. If you simple run 'git blame [filename]' you'll get
55
an output of the entire file with the last commit sha, date and author for every
66
line in the file.

0 commit comments

Comments
 (0)