git*: update outdated pages, fix English pages (#14149)

This commit is contained in:
Sebastiaan Speck
2024-10-13 10:26:47 +02:00
committed by GitHub
parent 896e024860
commit f21fa6a211
96 changed files with 302 additions and 302 deletions

View File

@@ -9,7 +9,7 @@
- 변경 사항을 포함해, 특정 파일 또는 디렉토리의 이력 보기:
`git log {{--patch|-p|-u}} {{경로/대상/파일_또는_폴더}}`
`git log {{-p|-u|--patch}} {{경로/대상/파일_또는_폴더}}`
- 각 커밋에서 어떤 파일이 변경되었는지 개요 보기:
@@ -29,7 +29,7 @@
- 특정 작성자의 마지막 N개의 커밋 보기:
`git log {{--max-count|-n}} {{개수}} --author "{{작성자}}"`
`git log {{-n|--max-count}} {{개수}} --author "{{작성자}}"`
- 두 날짜(yyyy-mm-dd) 사이의 커밋 보기: