mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-15 00:59:52 +00:00
Update cheatsheets
This commit is contained in:
22
fossil-rm
Normal file
22
fossil-rm
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user