LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

fossil-ci

shorthand for fossil commit

TLDR

Commit changes
$ fossil ci -m "[message]"
copy
Commit with comment editor
$ fossil ci
copy
Commit specific files
$ fossil ci [file1] [file2] -m "[message]"
copy
Commit with branch
$ fossil ci --branch [branch_name] -m "[message]"
copy

SYNOPSIS

fossil ci [options] [files...]

DESCRIPTION

fossil ci is a shorthand alias for fossil commit. It records changes in the working directory to the repository with a commit message.This command is provided for convenience and compatibility with users familiar with other version control systems that use similar abbreviations. All options and behaviors are identical to fossil commit.

PARAMETERS

-m, --comment text

Commit message.
--branch name
Create new branch.
--private
Make commit private.
--allow-empty
Allow empty commit.

INSTALL

sudo apt install fossil
copy
sudo dnf install fossil
copy
sudo pacman -S fossil
copy
sudo apk add fossil
copy
sudo zypper install fossil
copy
brew install fossil
copy
nix profile install nixpkgs#fossil
copy

SEE ALSO

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid