System Grab Bag

View all TLDR pages from common (or from all pages)

fossil rm

Remove files or directories from Fossil version control. See also fossil forget. More information: https://fossil-scm.org/home/help/rm.
  • Remove a file or directory from Fossil version control:
    fossil rm {{path/to/file_or_directory}}
  • Remove a file or directory from Fossil version control, and also delete it from the disk:
    fossil rm --hard {{path/to/file_or_directory}}
  • Re-add all previously removed and uncommitted files to Fossil version control:
    fossil rm --reset

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.