1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 16:42:10 +02:00
tldr/pages.tr/common/git-column.md

491 B

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