VSCode 【git】windowsでgitのeditorをVSCodeにする $git config --global core.editor 'code --wait' とすれば、 .gitconfig の中に editor=code--wait と登録されて、次回からcom... 2021.01.03 VSCode