git-blame: add Korean translation (#8959)
This commit is contained in:

committed by
GitHub

parent
2fbd913972
commit
fa1f6b2a7d
12
pages.ko/common/git-blame.md
Normal file
12
pages.ko/common/git-blame.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# git blame
|
||||
|
||||
> 각각의 파일 라인에 커밋 해쉬와 마지막 작성자를 보여줍니다.
|
||||
> 더 많은 정보: <https://git-scm.com/docs/git-blame>.
|
||||
|
||||
- 각각의 라인에 작성자의 이름과 커밋 해쉬가 포함된 파일 출력:
|
||||
|
||||
`git blame {{파일이름}}`
|
||||
|
||||
- 각각의 라인에 작성자의 이메일과 커밋 해쉬가 포함된 파일 출력:
|
||||
|
||||
`git blame -e {{파일이름}}`
|
Reference in New Issue
Block a user