mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 15:02:09 +02:00
289 B
289 B
hg init
지정된 디렉토리에 새 저장소를 생성. 더 많은 정보: https://www.mercurial-scm.org/doc/hg.1.html#init.
- 현재 디렉토리에 새 저장소 초기화:
hg init
- 지정된 디렉토리에 새 저장소 초기화:
hg init {{경로/대상/폴더}}