fmt, fnm, fo*: add Korean translation (#14272)

This commit is contained in:
HoJeong Im
2024-10-21 01:02:34 +09:00
committed by GitHub
parent e01f88e9e9
commit 82ce7f344f
12 changed files with 232 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# fossil commit
> 파일을 Fossil 저장소에 커밋.
> 더 많은 정보: <https://fossil-scm.org/home/help/commit>.
- 현재 체크아웃의 모든 변경 사항을 포함하는 새로운 버전을 만듬; 사용자에게 설명을 요청하는 메시지가 표시됨:
`fossil commit`
- 지정된 설명을 사용하여, 현재 체크아웃의 모든 변경 사항을 포함하는 새 버전을 만듬:
`fossil commit --comment "{{코멘트}}"`
- 특정 파일에서 읽은 설명과 함께 현재 체크아웃의 모든 변경 사항을 포함하는 새 버전을 생성:
`fossil commit --message-file {{경로/대상/커밋_메시지}}`
- Create a new version containing changes from the specified files; user will be prompted for a comment:
`fossil commit {{경로/대상/파일1 경로/대상/파일2 ...}}`