This website requires JavaScript.
Explore
Help
Register
Sign in
lilith
/
tldr
Watch
1
Star
0
Fork
You've already forked tldr
0
mirror of
https://github.com/tldr-pages/tldr.git
synced
2025-06-09 14:26:01 +02:00
Code
Activity
82efd2c573
Branches
Tags
No results found.
tldr
/
pages
/
common
/
git-blame.md
Ruben Vereecken
066582e8ea
Formatted all pages according to guidelines.
2016-01-08 09:38:59 +01:00
242 B
Raw
Blame
History
git blame
Show commit hash and last author on each line of a file.
Print file with author name and commit hash on each line:
git blame {{file}}
Print file with author email and commit hash on each line:
git blame -e {{file}}