Files
cheatsheet-tldr/tldr/fossil-init
2025-10-10 00:19:31 +00:00

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}}`