add new chinese translations
This commit is contained in:
17
pages.zh/common/fossil-rm.md
Normal file
17
pages.zh/common/fossil-rm.md
Normal 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`
|
Reference in New Issue
Block a user