fossil

Distributed version control system. Some subcommands such as fossil commit have their own usage documentation. More information: <https://fossil-scm.org/>.

Install

All systems
curl cmd.cat/fossil.sh
Debian Debian
apt-get install fossil
Ubuntu
apt-get install fossil
Alpine
apk add fossil
Arch Arch Linux
pacman -S fossil
image/svg+xml Kali Linux
apt-get install fossil
Fedora
dnf install fossil
Windows (WSL2)
sudo apt-get update sudo apt-get install fossil
OS X
brew install fossil
Raspbian
apt-get install fossil
Docker
docker run cmd.cat/fossil fossil powered by Commando

Distributed version control system. Some subcommands such as fossil commit have their own usage documentation. More information: <https://fossil-scm.org/>.

  • Check the Fossil version:
    fossil version
  • Show general help (list available subcommands):
    fossil help
  • Display help on a Fossil subcommand (like `add`, `commit`, etc.):
    fossil help subcommand
  • Execute a Fossil subcommand:
    fossil subcommand

© tl;dr; authors and contributors