This website requires JavaScript.
Explore
Help
Sign In
ctome
/
tldr
mirror of
https://github.com/CrimsonTome/tldr.git
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
91c6744c1e
tldr
/
pages
/
common
/
git-blame.md
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}}