1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-22 21:24:11 +02:00
tldr/pages/common/fossil.md
Managor 99c7af4917
*: use a more specific more info link, org domain (#17699)
Mass update for more specific "more info" links
2025-08-16 11:12:49 -07:00

21 lines
405 B
Markdown

# fossil
> Distributed version control system.
> Some subcommands such as `commit` have their own usage documentation.
> More information: <https://fossil-scm.org/home/help>.
- Execute a Fossil subcommand:
`fossil {{subcommand}}`
- Display help:
`fossil help`
- Display help for a specific subcommand (like `add`, `commit`, etc.):
`fossil help {{subcommand}}`
- Display version:
`fossil version`