add new chinese translations
This commit is contained in:
16
pages.zh/common/git-column.md
Normal file
16
pages.zh/common/git-column.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# git column
|
||||
|
||||
> 以列的形式显示数据。
|
||||
> 更多信息:<https://git-scm.com/docs/git-column>。
|
||||
|
||||
- 将 `stdin` 格式化为多列:
|
||||
|
||||
`ls | git column --mode={{column}}`
|
||||
|
||||
- 将 `stdin` 格式化为多列,最大宽度为 `100`:
|
||||
|
||||
`ls | git column --mode=column --width={{100}}`
|
||||
|
||||
- 将 `stdin` 格式化为多列,最大填充为 `30`:
|
||||
|
||||
`ls | git column --mode=column --padding={{30}}`
|
Reference in New Issue
Block a user