delete an entry in the git config
To delete the entry for renames
If you want to delete an entry for a multivar (like core.gitproxy above), you have to provide a regex matching the value of exactly one line.
delete an entry in the git configgit config --unset diff.renamesTo delete the entry for renames
If you want to delete an entry for a multivar (like core.gitproxy above), you have to provide a regex matching the value of exactly one line.