common: add Indonesian translations for Git subcommands (#12679)
* common: add Indonesian translations for Git subcommands Subcommands are `git-clear-soft`, `git-coauthor`, `git-cola`, `git-column`, and `git-commit-graph`.
This commit is contained in:

committed by
GitHub

parent
35f2e5af28
commit
de501a6118
16
pages.id/common/git-column.md
Normal file
16
pages.id/common/git-column.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# git column
|
||||
|
||||
> Tampilkan data dalam bentuk kolom.
|
||||
> Informasi lebih lanjut: <https://git-scm.com/docs/git-column>.
|
||||
|
||||
- Tampilkan `stdin` dalam bentuk beberapa kolom:
|
||||
|
||||
`ls | git column --mode={{column}}`
|
||||
|
||||
- Tampilkan `stdin` sebagai beberapa kolom dengan lebar maksimum sebesar `100`:
|
||||
|
||||
`ls | git column --mode=column --width={{100}}`
|
||||
|
||||
- Tampilkan `stdin` sebagai beberapa kolom dengan padding maksimum sebesar `30`:
|
||||
|
||||
`ls | git column --mode=column --padding={{30}}`
|
Reference in New Issue
Block a user