fossil-init: add page (#8710)

pull/1/head
dz-at-tc 2022-10-04 12:17:46 -04:00 committed by GitHub
parent ae54a09f0b
commit 6dde355141
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,9 @@
# fossil init
> Initialize a new repository for a project.
> See also: `fossil clone`.
> More information: <https://fossil-scm.org/home/help/init>.
- Create a new repository in a named file:
`fossil init {{path/to/filename}}`

View File

@ -0,0 +1,8 @@
# fossil new
> This command is an alias of `fossil init`.
> More information: <https://fossil-scm.org/home/help/new>.
- View documentation for the original command:
`tldr fossil-init`