So changed Git's default editor, now how do i invoke it from Git bash? So changed Git's default editor, now how do i invoke it from Git bash? git git

So changed Git's default editor, now how do i invoke it from Git bash?


Run

git config -e

To edit the configuration in the default editor.