fossil*: move all fossil commands to common vs linux (#8677)
fossil commands work substantially the same on all major platforms.
This commit is contained in:
17
pages/common/fossil-rm.md
Normal file
17
pages/common/fossil-rm.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# fossil rm
|
||||
|
||||
> Remove files or directories from Fossil version control.
|
||||
> See also `fossil forget`.
|
||||
> More information: <https://fossil-scm.org/home/help>.
|
||||
|
||||
- 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`
|
Reference in New Issue
Block a user