diff --git a/pages/common/git-blame.md b/pages/common/git-blame.md index 7374eb8bc8..d4ba46e503 100644 --- a/pages/common/git-blame.md +++ b/pages/common/git-blame.md @@ -21,7 +21,7 @@ - Jump to the parent of a specific commit and track a specific text and 10 of its following lines: -`git blame -L '/{{text}}/',+10 {{a82812aa}}^ tldr.py` +`git blame -L '/{{text}}/',+10 {{a82812aa}}^ {{path/to/file}}` - Print author name and commit hash information for a specific line range: