Unset git configuration -


i using filemerge on mac viewing diffs , have set with:

git config --global diff.external ~/bin/git-diff-cmd.sh 

now no longer want use filemerge, how go default had before this?

use --unset from man page:

--unset     remove line matching key config file. 

Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -