diff --git a/pages/common/fossil-init.md b/pages/common/fossil-init.md new file mode 100644 index 000000000..d84db964c --- /dev/null +++ b/pages/common/fossil-init.md @@ -0,0 +1,9 @@ +# fossil init + +> Initialize a new repository for a project. +> See also: `fossil clone`. +> More information: . + +- Create a new repository in a named file: + +`fossil init {{path/to/filename}}` diff --git a/pages/common/fossil-new.md b/pages/common/fossil-new.md new file mode 100644 index 000000000..881e3e99c --- /dev/null +++ b/pages/common/fossil-new.md @@ -0,0 +1,8 @@ +# fossil new + +> This command is an alias of `fossil init`. +> More information: . + +- View documentation for the original command: + +`tldr fossil-init`