Skip to content

gtl config

Manage global gtl configuration values such as the default clone path, saved repo paths, and identity profiles.

Usage

bash
gtl config [command]

Subcommands

CommandDescription
gtl config getRead a config value
gtl config listPrint the full global configuration
gtl config setUpdate a config value

Examples

bash
gtl config list
gtl config get default-clone-path
gtl config set default-clone-path .
gtl config set default-clone-path /Users/name/projects

Full Help

text
Manage global gtl configuration values such as the default clone path, saved repo paths, and identity profiles.

Usage:
  gtl config [command]

Examples:
gtl config list
gtl config get default-clone-path
gtl config set default-clone-path .
gtl config set default-clone-path /Users/name/projects

Available Commands:
  get         Read a config value
  list        Print the full global configuration
  set         Update a config value

Flags:
  -h, --help   help for config

Use "gtl config [command] --help" for more information about a command.

Released under the MIT License.