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
Post a Comment