LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

fossil-rm

schedule files for removal

TLDR

Remove a file
$ fossil rm [file]
copy
Remove with force
$ fossil rm -f [file]
copy
Remove with dry run
$ fossil rm --dry-run [file]
copy

SYNOPSIS

fossil rm [options] file...

DESCRIPTION

fossil rm schedules files for removal from the repository on the next commit. By default, files remain on disk and are only removed from version control.The --hard option deletes files from both the repository and the filesystem. This is useful for cleaning up unwanted files while also removing them from version control.Unlike fossil forget, which only works on files not yet committed, fossil rm handles files already tracked in the repository.

PARAMETERS

--dry-run

Show what would be removed.
-f, --force
Force removal.
--hard
Also delete from disk.

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