소스 검색

hg-init: add page

pxgamer 7 년 전
부모
커밋
d6eeeeb32f
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 11 0
      pages/common/hg-init.md

+ 11 - 0
pages/common/hg-init.md

@@ -0,0 +1,11 @@
+# hg init
+
+> Create a new repository in the specified directory.
+
+- Initialise a new repository in the current directory:
+
+`hg init`
+
+- Initialise a new repository in the specified directory:
+
+`hg init {{path/to/directory}}`