mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
git-blame: add Korean translation (#8959)
This commit is contained in:
parent
2fbd913972
commit
fa1f6b2a7d
1 changed files with 12 additions and 0 deletions
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 {{파일이름}}`
|
Loading…
Add table
Reference in a new issue