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

21
pages.ko/common/fossil.md Normal file
View File

@@ -0,0 +1,21 @@
# fossil
> 분산 버전 제어 시스템.
> `commit`과 같은 하위명령어는 자체적 설명서가 있음.
> 더 많은 정보: <https://fossil-scm.org/>.
- Fossil 하위명령어 실행:
`fossil {{하위명령어}}`
- Display help:
`fossil help`
- 특정 하위명령어에 대한 도움말 표시 (`add`, `commit` 등과 같이):
`fossil help {{하위명령어}}`
- 버전 정보 표시:
`fossil version`