Forrest logo
back to context overview

fossil-rm

List of commands for fossil-rm:

  • fossil-rm:tldr:52de5 fossil-rm: Remove a file or directory from Fossil version control, and also delete it from the disk.
    $ fossil rm --hard ${filename_or_directory}
    try on your machine
    explain this command
  • fossil-rm:tldr:7a51b fossil-rm: Re-add all previously removed and uncommitted files to Fossil version control.
    $ fossil rm --reset
    try on your machine
    explain this command
  • fossil-rm:tldr:d8ad1 fossil-rm: Remove a file or directory from Fossil version control.
    $ fossil rm ${filename_or_directory}
    try on your machine
    explain this command
back to context overview