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
| Command | Description |
|---|---|
gtl config get | Read a config value |
gtl config list | Print the full global configuration |
gtl config set | Update 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/projectsFull 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.