add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,17 @@
# 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`