1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/fossil.md

22 lines
423 B
Markdown
Raw Normal View History

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