1
0
Fork 0
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:
Jessica (Ji Sun) Lee 2022-10-14 06:09:52 -04:00 committed by GitHub
parent 2fbd913972
commit fa1f6b2a7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,12 @@
# git blame
> 각각의 파일 라인에 커밋 해쉬와 마지막 작성자를 보여줍니다.
> 더 많은 정보: <https://git-scm.com/docs/git-blame>.
- 각각의 라인에 작성자의 이름과 커밋 해쉬가 포함된 파일 출력:
`git blame {{파일이름}}`
- 각각의 라인에 작성자의 이메일과 커밋 해쉬가 포함된 파일 출력:
`git blame -e {{파일이름}}`