From 6dde355141d28d6a3e061ac9b3ac9b07562d2a61 Mon Sep 17 00:00:00 2001 From: dz-at-tc <49352191+dz-at-tc@users.noreply.github.com> Date: Tue, 4 Oct 2022 12:17:46 -0400 Subject: [PATCH] fossil-init: add page (#8710) --- pages/common/fossil-init.md | 9 +++++++++ pages/common/fossil-new.md | 8 ++++++++ 2 files changed, 17 insertions(+) create mode 100644 pages/common/fossil-init.md create mode 100644 pages/common/fossil-new.md 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`