2015-12-17 22:08:37 +00:00
|
|
|
# git blame
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
> Show commit hash and last author on each line of a file.
|
2019-01-30 11:19:23 +00:00
|
|
|
> Homepage: <https://git-scm.com/docs/git-blame>.
|
2015-12-17 22:08:37 +00:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Print file with author name and commit hash on each line:
|
2015-12-17 22:08:37 +00:00
|
|
|
|
|
|
|
`git blame {{file}}`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Print file with author email and commit hash on each line:
|
2015-12-17 22:08:37 +00:00
|
|
|
|
|
|
|
`git blame -e {{file}}`
|