Files
tldr/pages.zh/common/fossil-rm.md

17 lines
473 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# fossil rm
> 从Fossil版本控制中移除文件或目录。
> 另见: `fossil forget`。
> 更多信息: <https://fossil-scm.org/home/help/rm>。
- 从Fossil版本控制中移除文件或目录
`fossil rm {{path/to/file_or_directory}}`
- 从Fossil版本控制中移除文件或目录并从磁盘中删除它
`fossil rm --hard {{path/to/file_or_directory}}`
- 重新添加所有之前移除且未提交的文件到Fossil版本控制
`fossil rm --reset`