Here are three ways to delete or remove git config settings. The first way to delete a gitconfig property is to use the git config unset command. The second way to remove a git config value is to just edit the file. Finally, with multiple values to remove, you can delete gitconfig with unset-all. Here I show you how to do it.