6

I set my editor per an SO entry: 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.

Community
  • 1
  • 1
boo-urns
  • 10,136
  • 26
  • 71
  • 107

1 Answers1

7

Depending on how you ran git config...

git config --unset core.editor

Or

git config --global --unset core.editor
Lee
  • 2,204
  • 13
  • 15