

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 3
click for more info
Not enough gems
Cost: 6 gems
1: Git Config
incomplete
2: Get
incomplete
3: Unset
incomplete
4: Duplicates
incomplete
5: Remove a Section
incomplete
6: Locations
incomplete
This lesson's interactive features are locked, please to keep using them
We've used list to see all the configuration values, but the get subcommand is useful for getting a single value.
git config get <key>
Keys are in the format <section>.<keyname>. For example:
user.namewebflyx.ceoUse the get subcommand to get the value of the webflyx.valuation key from your local Git configuration.
Run and submit the CLI tests.