Just another way to use Visual Studio Code as editor for Git if you can´t change your Git configuration or if you have to set EDITOR
to another editor for some reason.
export GIT_EDITOR="code --wait"
Just another way to use Visual Studio Code as editor for Git if you can´t change your Git configuration or if you have to set EDITOR
to another editor for some reason.
export GIT_EDITOR="code --wait"