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,12 @@
# fossil 添加
> 将文件或目录放入 Fossil 版本控制中。
> 更多信息:<https://fossil-scm.org/home/help/add>。
- 将一个文件或目录放入版本控制中,这样它就会在当前检出中:
`fossil add {{path/to/file_or_directory}}`
- 从当前检出中移除所有已添加的文件:
`fossil add --reset`