git-*: add and update Korean translation (#14031)
* git-a*: add and update Korean translation * git-b*: add and update Korean translation * git-*: add and update Korean translation * Update git-standup.md --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
- 변경 사항을 포함해, 특정 파일 또는 디렉토리의 이력 보기:
|
||||
|
||||
`git log -p {{파일_또는_디렉토리_경로}}`
|
||||
`git log {{--patch|-p|-u}} {{경로/대상/파일_또는_폴더}}`
|
||||
|
||||
- 각 커밋에서 어떤 파일이 변경되었는지 개요 보기:
|
||||
|
||||
@@ -25,12 +25,12 @@
|
||||
|
||||
- 특정 문자열이 포함된 커밋 메시지만 보기 (대소문자 구분 없이):
|
||||
|
||||
`git log -i --grep {{검색_문자열}}`
|
||||
`git log {{-i|--regexp-ignore-case}} --grep {{검색_문자열}}`
|
||||
|
||||
- 특정 작성자의 마지막 N개의 커밋 보기:
|
||||
|
||||
`git log -n {{개수}} --author={{작성자}}`
|
||||
`git log {{--max-count|-n}} {{개수}} --author "{{작성자}}"`
|
||||
|
||||
- 두 날짜(yyyy-mm-dd) 사이의 커밋 보기:
|
||||
|
||||
`git log --before="{{2017-01-29}}" --after="{{2017-01-17}}"`
|
||||
`git log --before "{{2017-01-29}}" --after "{{2017-01-17}}"`
|
||||
|
Reference in New Issue
Block a user