We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

Unset

The unset subcommand is used to remove a configuration value. For example:

git config unset <key>

Assignment

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.