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

24
pages.zh/common/gibo.md Normal file
View File

@@ -0,0 +1,24 @@
# gibo
> 获取 gitignore 模板。
> 更多信息:<https://github.com/simonwhitaker/gibo>。
- 列出可用的模板:
`gibo list`
- 将模板写入 `stdout`
`gibo dump {{boilerplate}}`
- 将模板写入 .gitignore
`gibo dump {{boilerplate}} >>{{.gitignore}}`
- 搜索包含给定字符串的模板:
`gibo search {{string}}`
- 更新可用的本地模板:
`gibo update`