

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 4
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
The unset subcommand is used to remove a configuration value. For example:
git config unset <key>
Remove the webflyx.cto key from your local Git configuration, and verify that it was removed.
Try using unset to remove the entire webflyx section. Then answer the multiple-choice question.