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

hibernate - How to load global settings frequently used in application in Java -

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

objective c - Ownership modifiers with manual reference counting -