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:
parent
ae54a09f0b
commit
6dde355141
2 changed files with 17 additions and 0 deletions
9
pages/common/fossil-init.md
Normal file
9
pages/common/fossil-init.md
Normal 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}}`
|
8
pages/common/fossil-new.md
Normal file
8
pages/common/fossil-new.md
Normal 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`
|
Loading…
Add table
Reference in a new issue