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:
코드싸이
2024-10-08 00:22:02 +09:00
committed by GitHub
parent ac12fcc17a
commit 0819a11434
164 changed files with 2692 additions and 60 deletions

View File

@@ -9,7 +9,7 @@
- 파일에서 읽은 메시지로 스테이징된 파일을 저장소에 커밋:
`git commit --file {{파일/커밋_메시지_경로}}`
`git commit --file {{경로/대상/커밋_메시지_파일}}`
- 수정 및 삭제된 모든 파일을 자동으로 스테이징하고 메시지와 함께 커밋:
@@ -25,7 +25,7 @@
- 특정 파일(이미 스테이징된)만 커밋:
`git commit {{파일/경로1}} {{파일/경로2}}`
`git commit {{경로/대상/파일1 경로/대상/파일2 ...}}`
- 스테이징된 파일이 없더라도 커밋 생성: