gtl config
Manage global gtl configuration values such as the default clone path, repo search paths, saved repo paths, GitHub user, 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 repo-search-paths /Users/name/projects
gtl config set repo-search-paths '/Users/name/work:/Users/name/personal'
gtl config set github-user monalisaFull Help
text
Manage global gtl configuration values such as the default clone path, repo search paths, saved repo paths, GitHub user, 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 repo-search-paths /Users/name/projects
gtl config set repo-search-paths '/Users/name/work:/Users/name/personal'
gtl config set github-user monalisa
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.