mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-08 10:55:40 +02:00
git-blame: add commit examples (#9380)
This commit is contained in:
parent
4d84a007d4
commit
33118a53ac
1 changed files with 8 additions and 0 deletions
|
@ -10,3 +10,11 @@
|
||||||
- Print file with author email and commit hash on each line:
|
- Print file with author email and commit hash on each line:
|
||||||
|
|
||||||
`git blame -e {{file}}`
|
`git blame -e {{file}}`
|
||||||
|
|
||||||
|
- Print file with author name and commit hash on each line at a specific commit:
|
||||||
|
|
||||||
|
`git blame {{commit}} {{path/to/file}}`
|
||||||
|
|
||||||
|
- Print file with author name and commit hash on each line before a specific commit:
|
||||||
|
|
||||||
|
`git blame {{commit}}~ {{path/to/file}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue