1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

fossil-init: add page (#8710)

This commit is contained in:
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`