English â–¾
Localized versions of git-column manual
Topics â–¾
Email
Version 2.0.5
â–¾
git-column last updated in 2.43.0
Changes in the git-column manual
Setup and Config
Getting and Creating Projects
Basic Snapshotting
Branching and Merging
Sharing and Updating Projects
Inspection and Comparison
Patching
Debugging
External Systems
Server Admin
Guides
- gitattributes
- Command-line interface conventions
- Everyday Git
- Frequently Asked Questions (FAQ)
- Glossary
- Hooks
- gitignore
- gitmodules
- Revisions
- Submodules
- Tutorial
- Workflows
- All guides...
Administration
Plumbing Commands
- 2.43.1 → 2.47.0 no changes
- 2.43.0 11/20/23
- 2.38.1 → 2.42.3 no changes
- 2.38.0 10/02/22
- 2.33.2 → 2.37.7 no changes
- 2.33.1 10/12/21
- 2.21.1 → 2.33.0 no changes
- 2.21.0 02/24/19
- 2.19.3 → 2.20.5 no changes
- 2.19.2 11/21/18
- 2.1.4 → 2.19.1 no changes
- 2.0.5 12/17/14
SYNOPSIS
git column [--command=<name>] [--[raw-]mode=<mode>] [--width=<width>] [--indent=<string>] [--nl=<string>] [--padding=<n>]
OPTIONS
- --command=<name>
-
Look up layout mode using configuration variable column.<name> and column.ui.
- --mode=<mode>
-
Specify layout mode. See configuration variable column.ui for option syntax.
- --raw-mode=<n>
-
Same as --mode but take mode encoded as a number. This is mainly used by other commands that have already parsed layout mode.
- --width=<width>
-
Specify the terminal width. By default git column will detect the terminal width, or fall back to 80 if it is unable to do so.
- --indent=<string>
-
String to be printed at the beginning of each line.
- --nl=<N>
-
String to be printed at the end of each line, including newline character.
- --padding=<N>
-
The number of spaces between columns. One space by default.
GIT
Part of the git[1] suite