Files
tldr/pages.zh/common/gibo.md

24 lines
394 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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