tldr/pages.tr/common/git-column.md

17 lines
491 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 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}}`