mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-02 08:54:42 +00:00
Update cheatsheets
This commit is contained in:
14
fossil-init
Normal file
14
fossil-init
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
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/filename}}`
|
||||
Reference in New Issue
Block a user