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,16 @@
# dolt fetch
> 从另一个仓库下载对象和引用。
> 更多信息:<https://docs.dolthub.com/cli-reference/cli#dolt-fetch>。
- 从默认的远程上游仓库origin获取最新的更改
`dolt fetch`
- 从特定的远程上游仓库获取最新的更改:
`dolt fetch {{remote_name}}`
- 使用远程的当前状态更新分支,覆盖任何冲突的历史:
`dolt fetch -f`