git-config

Get and set repository or global options

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.
copy
0
0
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.

1 year ago george 3 |