Files
tldr/pages.tr/common/git-column.md
2022-10-31 06:52:35 -03:00

17 lines
491 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.

# git column
> Kolonlarda veri görüntüle.
> Daha fazla bilgi için: <https://git-scm.com/docs/git-column>.
- Standart çıktıyı çoklu kolonlar olarak biçimlendir:
`ls | git column --mode={{column}}`
- Standart çıktıyı maksimum `100` birim sütun genişliğinde biçimlendir:
`ls | git column --mode=column --width={{100}}`
- Standart çıktıyı maksimum `30` birimlik boşluğa sahip situnlar olacak şekilde biçimlendir:
`ls | git column --mode=column --padding={{30}}`