I set my editor per an SO entry: http://stackoverflow.com/questions/780425/how-do-i-setup-diffmerge-with-msysgit-gitk.
I'm wondering how to undo this because I want to switch back to the default editing program.
I set my editor per an SO entry: http://stackoverflow.com/questions/780425/how-do-i-setup-diffmerge-with-msysgit-gitk.
I'm wondering how to undo this because I want to switch back to the default editing program.
Depending on how you ran git config...
git config --unset core.editor
Or
git config --global --unset core.editor