Skip to content

Commit

Permalink
fixed a git doc link "linkto" => "linkgit"
Browse files Browse the repository at this point in the history
Pointed out by Rick Berry
  • Loading branch information
schacon committed Feb 3, 2009
1 parent 5a8dc0a commit 9d45e0b
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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.
Expand Down

0 comments on commit 9d45e0b

Please sign in to comment.