1GIT-COLUMN(1)                     Git Manual                     GIT-COLUMN(1)
2
3
4

NAME

6       git-column - Display data in columns
7

SYNOPSIS

9       git column [--command=<name>] [--[raw-]mode=<mode>] [--width=<width>]
10                    [--indent=<string>] [--nl=<string>] [--padding=<n>]
11
12

DESCRIPTION

14       This command formats its input into multiple columns.
15

OPTIONS

17       --command=<name>
18           Look up layout mode using configuration variable column.<name> and
19           column.ui.
20
21       --mode=<mode>
22           Specify layout mode. See configuration variable column.ui for
23           option syntax.
24
25       --raw-mode=<n>
26           Same as --mode but take mode encoded as a number. This is mainly
27           used by other commands that have already parsed layout mode.
28
29       --width=<width>
30           Specify the terminal width. By default git column will detect the
31           terminal width, or fall back to 80 if it is unable to do so.
32
33       --indent=<string>
34           String to be printed at the beginning of each line.
35
36       --nl=<N>
37           String to be printed at the end of each line, including newline
38           character.
39
40       --padding=<N>
41           The number of spaces between columns. One space by default.
42

GIT

44       Part of the git(1) suite
45
46
47
48Git 2.18.1                        05/14/2019                     GIT-COLUMN(1)
Impressum