tig: add blame example (#17647)

This commit is contained in:
Managor
2025-08-16 23:45:04 +05:30
committed by GitHub
parent ab94523287
commit cba08af191
+4
View File
@@ -20,6 +20,10 @@
`tig {{base_ref}}..{{compared_ref}}`
- Browse git blame interactively (press `<,>` to jump to parent):
`tig blame {{path/to/file}}`
- Display commits from all branches and stashes:
`tig --all`