LinuxCommandLibrary

fossil-delete

remove files from version control

TLDR

Delete a file

$ fossil delete [file]
copy
Delete with dry run
$ fossil delete --dry-run [file]
copy
Delete with force
$ fossil delete -f [file]
copy

SYNOPSIS

fossil delete [options] file...

DESCRIPTION

fossil delete is an alias for fossil rm. It schedules files for removal from version control on the next commit.
This command is provided for convenience and compatibility. All options and behaviors are identical to fossil rm. By default, files remain on disk and are only removed from version control.

PARAMETERS

--dry-run

Show what would be deleted.
-f, --force
Force delete.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community