Skip to content

Commit

Permalink
Merge pull request #366 from igorshubovych/git-blame
Browse files Browse the repository at this point in the history
git-blame: add page
  • Loading branch information
waldyrious committed Dec 21, 2015
2 parents 7f2919e + a28b3e9 commit e57db14
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pages/common/git-blame.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 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}}`

0 comments on commit e57db14

Please sign in to comment.