macos git set vscode sebagai editor

$ git config --global core.editor "code --wait"
$ git config --global -e
Puzzled Panda