Skip to content

Commit cba08af

Browse files
authored
tig: add blame example (#17647)
1 parent ab94523 commit cba08af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pages/common/tig.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020

2121
`tig {{base_ref}}..{{compared_ref}}`
2222

23+
- Browse git blame interactively (press `<,>` to jump to parent):
24+
25+
`tig blame {{path/to/file}}`
26+
2327
- Display commits from all branches and stashes:
2428

2529
`tig --all`

0 commit comments

Comments
 (0)