add new chinese translations
This commit is contained in:
12
pages.zh/common/fossil-add.md
Normal file
12
pages.zh/common/fossil-add.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# fossil 添加
|
||||
|
||||
> 将文件或目录放入 Fossil 版本控制中。
|
||||
> 更多信息:<https://fossil-scm.org/home/help/add>。
|
||||
|
||||
- 将一个文件或目录放入版本控制中,这样它就会在当前检出中:
|
||||
|
||||
`fossil add {{path/to/file_or_directory}}`
|
||||
|
||||
- 从当前检出中移除所有已添加的文件:
|
||||
|
||||
`fossil add --reset`
|
Reference in New Issue
Block a user