When you installed git, you could have changed the default editor to "nano" (instead of vim, which is a very confusing editor), but you probably didn't know to do that.
Answer: To change the default editor now, from git bash, run:
git config --global core.editor "nano"