mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
15 lines
318 B
Plaintext
15 lines
318 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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/file}}`
|