Skip to content

gtl exclude setup

Parent command: gtl exclude.

Initialize .git/info/exclude from one or more built-in templates. When no template names are provided, the command prints the available template list.

Usage

bash
gtl exclude setup [templates...] [flags]

Examples

bash
gtl exclude setup
gtl exclude setup env
gtl exclude setup env macos

Full Help

text
Initialize .git/info/exclude from one or more built-in templates. When no template names are provided, the command prints the available template list.

Usage:
  gtl exclude setup [templates...] [flags]

Examples:
gtl exclude setup
gtl exclude setup env
gtl exclude setup env macos

Flags:
  -h, --help   help for setup

Released under the MIT License.