3.7. lfc-config
: View or set LFC config variables¶
- Call:
$ lfc config get SECTION.OPT [OPTIONS] $ lfc config set SECTION.OPT VAL [OPTIONS]
- Inputs:
SECTION: Config section name
OPT: Option within section to view/set
VAL: Value to set option to
- Options:
- -h, --help
Display this help message and exit
- Examples:
This will set the default “remote” to
hub
:$ lfc config set core.remote hub
This will print the name of the default remote (if set)
$ lfc config get core.remote