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