_ _
___ | |__ __ _ _______ | |_
/ _ \| '_ \ / _` |_ / _ \| __|
| (_) | | | | (_| |/ / (_) | |_
\___/|_| |_|\__,_/___\___/ \__|
fossil —
vcs
| no manpage |
| Some distributions may have their own manpage for fossil. |
| This is not the case for Slackware nor OpenBSD. |
(back to top)
| start new repository |
: fossil init <repository_file> |
| open repository |
: fossil open <repository_file> [--workdir
<directory>] |
| close repository |
: fossil close |
| add files |
: fossil add file |
| commit changes |
: fossil commit |
fossil ui [-checkout-alias <branch>
[-repolist <path_to_repo_dir> [--localauth [--mainmenu
<menufile>]]]]
(back to top)
| timeline |
: show last 20 changes. |
| checkout [<commit>] |
: checkout the given <commit>. |
| checkout --latest |
: checkout the latest commit. |
(back to top)
fossil clone [--no-open]
[<repository>]
ssh://[user@]host[:port]/<fossil_path>]
(back to top)
| - Review branch. |
| - Review wiki. |
| - Improve server section. |
(back to top)
| 2026-07-11 |
: Added clone and ssh options |
|
Added timeline and checkout commands. |
|
Fix some format. |
| 2026-06-01 |
: Translated to Spanish. |
| 2025-10-03 |
: Created. |